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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sat Jul 27 21:36:55 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/76/14976/1

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: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190727/e1d446ef/attachment.htm>


More information about the gerrit-log mailing list