<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/16139">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()<br><br>Change-Id: I862c3cce0147ee8cf4013501132584ea09c58b53<br>---<br>M src/vty/logging_vty.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/39/16139/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 9615943..b4c3776 100644</span><br><span>--- a/src/vty/logging_vty.c</span><br><span>+++ b/src/vty/logging_vty.c</span><br><span>@@ -1005,8 +1005,7 @@</span><br><span> {</span><br><span>  struct cmd_element *cmd = talloc_zero(ctx, struct cmd_element);</span><br><span>      OSMO_ASSERT(cmd);</span><br><span style="color: hsl(0, 100%, 40%);">-       cmd->string = talloc_asprintf(cmd, "logging level %s (debug|info|notice|error|fatal)",</span><br><span style="color: hsl(0, 100%, 40%);">-                                 name);</span><br><span style="color: hsl(120, 100%, 40%);">+    cmd->string = talloc_asprintf(cmd, "logging level %s " LOG_LEVEL_ARGS, name);</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/+/16139">change 16139</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/+/16139"/><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: I862c3cce0147ee8cf4013501132584ea09c58b53 </div>
<div style="display:none"> Gerrit-Change-Number: 16139 </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>