[svn-commits] mmichelson: trunk r136660 - /trunk/main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 7 15:25:44 CDT 2008


Author: mmichelson
Date: Thu Aug  7 15:25:43 2008
New Revision: 136660

URL: http://svn.digium.com/view/asterisk?view=rev&rev=136660
Log:
Bump a LOG_NOTICE message to LOG_DEBUG since it appears
once for every bridged call


Modified:
    trunk/main/features.c

Modified: trunk/main/features.c
URL: http://svn.digium.com/view/asterisk/trunk/main/features.c?view=diff&rev=136660&r1=136659&r2=136660
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Thu Aug  7 15:25:43 2008
@@ -2140,7 +2140,7 @@
 				ast_cdr_start(bridge_cdr);
 			}
 		}
-		ast_log(LOG_NOTICE,"bridge answer set, chan answer set\n");
+		ast_debug(4,"bridge answer set, chan answer set\n");
 		/* peer->cdr->answer will be set when a macro runs on the peer;
 		   in that case, the bridge answer will be delayed while the
 		   macro plays on the peer channel. The peer answered the call




More information about the svn-commits mailing list