Change in ...libosmocore[master]: vty/logging_vty.c: fix writing of 'print category-hex'

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jul 30 12:42:47 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmocore/+/14976 )

Change subject: vty/logging_vty.c: fix writing of 'print category-hex'
......................................................................

vty/logging_vty.c: fix writing of 'print category-hex'

Change-Id: I33837f0fac1afe83596fa600916abc05ecb8c356
---
M src/vty/logging_vty.c
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c
index f3e1419..9911c6f 100644
--- a/src/vty/logging_vty.c
+++ b/src/vty/logging_vty.c
@@ -906,6 +906,8 @@
 
 	vty_out(vty, " logging color %u%s", tgt->use_color ? 1 : 0,
 		VTY_NEWLINE);
+	vty_out(vty, " logging print category-hex %d%s",
+		tgt->print_category_hex ? 1 : 0, VTY_NEWLINE);
 	vty_out(vty, " logging print category %d%s",
 		tgt->print_category ? 1 : 0, VTY_NEWLINE);
 	if (tgt->print_ext_timestamp)

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14976
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I33837f0fac1afe83596fa600916abc05ecb8c356
Gerrit-Change-Number: 14976
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: neels <nhofmeyr 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/20190730/ba17819a/attachment.htm>


More information about the gerrit-log mailing list