[svn-commits] mmichelson: branch 1.6.0 r136663 - in /branches/1.6.0: ./ main/features.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Aug 7 15:26:25 CDT 2008
Author: mmichelson
Date: Thu Aug 7 15:26:24 2008
New Revision: 136663
URL: http://svn.digium.com/view/asterisk?view=rev&rev=136663
Log:
Merged revisions 136660 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r136660 | mmichelson | 2008-08-07 15:25:43 -0500 (Thu, 07 Aug 2008) | 4 lines
Bump a LOG_NOTICE message to LOG_DEBUG since it appears
once for every bridged call
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/main/features.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/main/features.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/main/features.c?view=diff&rev=136663&r1=136662&r2=136663
==============================================================================
--- branches/1.6.0/main/features.c (original)
+++ branches/1.6.0/main/features.c Thu Aug 7 15:26:24 2008
@@ -1957,7 +1957,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