<p>Joshua Colp has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6498">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tcptls: Change error message to debug.<br><br>The Websocket implementation will steal the underlying stream of<br>TCP/TLS sessions. This results in an error message being output<br>about a stream not being present when in reality this is actually<br>fine.<br><br>This change moves it to a debug message instead.<br><br>Change-Id: I66cc639080b4b4599beadb4faa7d313f2721d094<br>---<br>M main/tcptls.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/98/6498/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/tcptls.c b/main/tcptls.c<br>index 85859a3..ebe86f3 100644<br>--- a/main/tcptls.c<br>+++ b/main/tcptls.c<br>@@ -777,7 +777,7 @@<br>               ast_iostream_close(tcptls_session->stream);<br>                tcptls_session->stream = NULL;<br>     } else {<br>-             ast_log(LOG_ERROR, "ast_tcptls_close_session_file invoked on session instance without file or file descriptor\n");<br>+         ast_debug(1, "ast_tcptls_close_session_file invoked on session instance without file or file descriptor\n");<br>        }<br> }<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6498">change 6498</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.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.asterisk.org/6498"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I66cc639080b4b4599beadb4faa7d313f2721d094 </div>
<div style="display:none"> Gerrit-Change-Number: 6498 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>