aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-07 20:25:43 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-07 20:25:43 +0000
commitf4087e248152fa7d4017fb387a822d1b1a9b7f51 (patch)
tree6185252c90015553e5ca54a878874577743b7357
parentaf03e5ed89416f8f0889442923ec8cb604d0cbcd (diff)
Bump a LOG_NOTICE message to LOG_DEBUG since it appears
once for every bridged call git-svn-id: http://svn.digium.com/svn/asterisk/trunk@136660 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index 69bfbe59e..308c4f60d 100644
--- a/main/features.c
+++ b/main/features.c
@@ -2140,7 +2140,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
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