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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to