<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/16138">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">logging/vty: do not print deprecated logging commands to stdin<br><br>Yes, we don't really need to poison stdout, as some osmo-* binaries<br>(like osmo-gapk) may want to use it for non-logging purposes.<br>This printf() call looks like a debugging leftover.<br><br>Change-Id: Ida35865b1c0bb3d3567918f8e89c6551c6b34103<br>---<br>M src/vty/logging_vty.c<br>1 file changed, 0 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/38/16138/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 88ee330..9615943 100644</span><br><span>--- a/src/vty/logging_vty.c</span><br><span>+++ b/src/vty/logging_vty.c</span><br><span>@@ -1007,7 +1007,6 @@</span><br><span>        OSMO_ASSERT(cmd);</span><br><span>    cmd->string = talloc_asprintf(cmd, "logging level %s (debug|info|notice|error|fatal)",</span><br><span>                              name);</span><br><span style="color: hsl(0, 100%, 40%);">-      printf("%s\n", cmd->string);</span><br><span>    cmd->func = log_deprecated_func;</span><br><span>  cmd->doc = LEVEL_STR</span><br><span>                 "Deprecated Category\n";</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/16138">change 16138</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/+/16138"/><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: Ida35865b1c0bb3d3567918f8e89c6551c6b34103 </div>
<div style="display:none"> Gerrit-Change-Number: 16138 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>