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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmocore/+/14931 )
Change subject: stats_vty: Add verb to sentence for show asciidoc counters
......................................................................
stats_vty: Add verb to sentence for show asciidoc counters
Change-Id: Ib444383d2074ddb89b3fe5bbf198bcbfabd7057f
---
M src/vty/stats_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c
index 8c2ddc6..296519c 100644
--- a/src/vty/stats_vty.c
+++ b/src/vty/stats_vty.c
@@ -510,7 +510,7 @@
SHOW_STR "Asciidoc generation\n" "Generate table of all registered counters\n")
{
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%s",
+ vty_out(vty, "These counters and their description are based on %s %s (%s).%s%s",
host.app_info->name,
host.app_info->version,
host.app_info->name ? host.app_info->name : "", VTY_NEWLINE, VTY_NEWLINE);
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14931
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ib444383d2074ddb89b3fe5bbf198bcbfabd7057f
Gerrit-Change-Number: 14931
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190725/69314e5e/attachment.htm>