[svn-commits] jamesgolovich: branch group/sip-tcptls r89562 - /team/group/sip-tcptls/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Nov 25 12:37:27 CST 2007


Author: jamesgolovich
Date: Sun Nov 25 12:37:26 2007
New Revision: 89562

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89562
Log:
Change some debugging output from NOTICE to DEBUG

Modified:
    team/group/sip-tcptls/channels/chan_sip.c

Modified: team/group/sip-tcptls/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/group/sip-tcptls/channels/chan_sip.c?view=diff&rev=89562&r1=89561&r2=89562
==============================================================================
--- team/group/sip-tcptls/channels/chan_sip.c (original)
+++ team/group/sip-tcptls/channels/chan_sip.c Sun Nov 25 12:37:26 2007
@@ -2276,7 +2276,7 @@
 	int res;
 	const struct sockaddr_in *dst = sip_real_dst(p);
 
-	ast_log(LOG_NOTICE, "Trying to put '%.10s' onto %s socket...\n", data, get_transport(p->socket.type));
+	ast_log(LOG_DEBUG, "Trying to put '%.10s' onto %s socket...\n", data, get_transport(p->socket.type));
 
 	if (sip_prepare_socket(p) < 0)
 		return XMIT_ERROR;




More information about the svn-commits mailing list