This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
lynxis lazus gerrit-no-reply at lists.osmocom.org
Review at  https://gerrit.osmocom.org/1072
vty/show asciidoc: add user readable description of the version
Change-Id: Idc6f9bac5febac540f5be022065c53b798b46f04
---
M src/vty/stats_vty.c
1 file changed, 3 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/72/1072/1
diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c
index 5a2001e..dafb7d0 100644
--- a/src/vty/stats_vty.c
+++ b/src/vty/stats_vty.c
@@ -490,8 +490,9 @@
       "show asciidoc counters",
       SHOW_STR "Asciidoc generation\n" "Generate table of all registered counters\n")
 {
-	vty_out(vty, "// show asciidoc counters%s", VTY_NEWLINE);
-	vty_out(vty, "// %s %s (%s).%s", host.app_info->name,
+	vty_out(vty, "// autogenerated by show asciidoc counters%s", VTY_NEWLINE);
+	vty_out(vty, "These counters and their description based on %s %s (%s).%s",
+		host.app_info->name,
 		host.app_info->version,
 		host.app_info->name ? host.app_info->name : "", VTY_NEWLINE);
 	vty_out(vty, "// generating tables for rate_ctr_group%s", VTY_NEWLINE);
-- 
To view, visit https://gerrit.osmocom.org/1072
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc6f9bac5febac540f5be022065c53b798b46f04
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>