[svn-commits] anthonyl: branch anthonyl/skinny-redux r48240 - /team/anthonyl/skinny-redux/c...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Dec 4 13:02:12 MST 2006


Author: anthonyl
Date: Mon Dec  4 14:02:11 2006
New Revision: 48240

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48240
Log:
transmit_response message type logging is good

Modified:
    team/anthonyl/skinny-redux/channels/chan_skinny.c

Modified: team/anthonyl/skinny-redux/channels/chan_skinny.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/skinny-redux/channels/chan_skinny.c?view=diff&rev=48240&r1=48239&r2=48240
==============================================================================
--- team/anthonyl/skinny-redux/channels/chan_skinny.c (original)
+++ team/anthonyl/skinny-redux/channels/chan_skinny.c Mon Dec  4 14:02:11 2006
@@ -1387,10 +1387,8 @@
 	int res = 0;
 	ast_mutex_lock(&s->lock);
 
-#if 0
 	if (skinnydebug)
-		ast_verbose("writing packet type %04X (%d bytes) to socket %d\n", letohl(req->e), letohl(req->len)+8, s->fd);
-#endif
+		ast_log(LOG_VERBOSE, "Transmit: writing packet type %04X (%d bytes) to socket %d\n", letohl(req->e), letohl(req->len)+8, s->fd);
 
 	if (!req) {
 		return -1;



More information about the svn-commits mailing list