<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/14976">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty/logging_vty.c: fix writing of 'print category-hex'<br><br>Change-Id: I33837f0fac1afe83596fa600916abc05ecb8c356<br>---<br>M src/vty/logging_vty.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/76/14976/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c</span><br><span>index f3e1419..9911c6f 100644</span><br><span>--- a/src/vty/logging_vty.c</span><br><span>+++ b/src/vty/logging_vty.c</span><br><span>@@ -906,6 +906,8 @@</span><br><span> </span><br><span>    vty_out(vty, " logging color %u%s", tgt->use_color ? 1 : 0,</span><br><span>             VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+ vty_out(vty, " logging print category-hex %d%s",</span><br><span style="color: hsl(120, 100%, 40%);">+            tgt->print_category_hex ? 1 : 0, VTY_NEWLINE);</span><br><span>    vty_out(vty, " logging print category %d%s",</span><br><span>               tgt->print_category ? 1 : 0, VTY_NEWLINE);</span><br><span>        if (tgt->print_ext_timestamp)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/14976">change 14976</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/14976"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I33837f0fac1afe83596fa600916abc05ecb8c356 </div>
<div style="display:none"> Gerrit-Change-Number: 14976 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>