<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12854">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Stream client: report reconnection event as INFO<br><br>This helps to avoid unnecessary debug output in reconnection logic tests<br>in follow-up patches.<br><br>Change-Id: Ic96430a9e9294e72de23b0bbacdbf3e99a453f1d<br>---<br>M src/stream.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/54/12854/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/stream.c b/src/stream.c</span><br><span>index 7b97d2a..1880e25 100644</span><br><span>--- a/src/stream.c</span><br><span>+++ b/src/stream.c</span><br><span>@@ -172,11 +172,11 @@</span><br><span>        osmo_stream_cli_close(cli);</span><br><span> </span><br><span>      if (cli->reconnect_timeout < 0) {</span><br><span style="color: hsl(0, 100%, 40%);">-         LOGSCLI(cli, LOGL_DEBUG, "not reconnecting, disabled.\n");</span><br><span style="color: hsl(120, 100%, 40%);">+          LOGSCLI(cli, LOGL_INFO, "not reconnecting, disabled.\n");</span><br><span>          return;</span><br><span>      }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   LOGSCLI(cli, LOGL_DEBUG, "retrying in %d seconds...\n",</span><br><span style="color: hsl(120, 100%, 40%);">+     LOGSCLI(cli, LOGL_INFO, "retrying in %d seconds...\n",</span><br><span>             cli->reconnect_timeout);</span><br><span>  osmo_timer_schedule(&cli->timer, cli->reconnect_timeout, 0);</span><br><span>       cli->state = STREAM_CLI_STATE_CONNECTING;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12854">change 12854</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/12854"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-netif </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic96430a9e9294e72de23b0bbacdbf3e99a453f1d </div>
<div style="display:none"> Gerrit-Change-Number: 12854 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>