[svn-commits] dvossel: branch dvossel/sip_nonblocking_tcp_client r225358 - /team/dvossel/si...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 22 11:35:36 CDT 2009


Author: dvossel
Date: Thu Oct 22 11:35:32 2009
New Revision: 225358

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=225358
Log:
removed log message


Modified:
    team/dvossel/sip_nonblocking_tcp_client/channels/chan_sip.c

Modified: team/dvossel/sip_nonblocking_tcp_client/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/sip_nonblocking_tcp_client/channels/chan_sip.c?view=diff&rev=225358&r1=225357&r2=225358
==============================================================================
--- team/dvossel/sip_nonblocking_tcp_client/channels/chan_sip.c (original)
+++ team/dvossel/sip_nonblocking_tcp_client/channels/chan_sip.c Thu Oct 22 11:35:32 2009
@@ -3085,7 +3085,6 @@
 		if ((!(ca = tcptls_session->parent)) ||
 			(!(me = ao2_t_find(threadt, &tmp, OBJ_POINTER, "ao2_find, getting sip_threadinfo in tcp helper thread"))) ||
 			(!(tcptls_session = ast_tcptls_client_start(tcptls_session)))) {
-			ast_log(LOG_ERROR, "No threadinfo object found for tcptls client thread \n");
 			goto cleanup;
 		}
 	}




More information about the svn-commits mailing list