[svn-commits] murf: branch murf/bug11210 r103793 - /team/murf/bug11210/channels/chan_iax2.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 18 15:55:39 CST 2008


Author: murf
Date: Mon Feb 18 15:55:39 2008
New Revision: 103793

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103793
Log:
remove another uselessly noisy debug log from chan_iax

Modified:
    team/murf/bug11210/channels/chan_iax2.c

Modified: team/murf/bug11210/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/channels/chan_iax2.c?view=diff&rev=103793&r1=103792&r2=103793
==============================================================================
--- team/murf/bug11210/channels/chan_iax2.c (original)
+++ team/murf/bug11210/channels/chan_iax2.c Mon Feb 18 15:55:39 2008
@@ -8514,7 +8514,6 @@
 					if (call_to_destroy) {
 						if (iaxdebug)
 							ast_debug(1, "Really destroying %d, having been acked on final message\n", call_to_destroy);
-						ast_log(LOG_NOTICE,"Calling Iax2_destroy\n");
 						iax2_unlink(call_to_destroy);
 					}
 				}




More information about the svn-commits mailing list