<p>Joshua Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/6499">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Sean Bright: Looks good to me, but someone else must approve
  Matthew Fredrickson: Looks good to me, approved
  Joshua Colp: Approved for Submit

</div><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;">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/6499">change 6499</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/6499"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15.0 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I66cc639080b4b4599beadb4faa7d313f2721d094 </div>
<div style="display:none"> Gerrit-Change-Number: 6499 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Matthew Fredrickson <creslin@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>