summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-08-07 20:25:43 +0000
committerMark Michelson <mmichelson@digium.com>2008-08-07 20:25:43 +0000
commite12e97a6406c0488737c5e0b9dfb3af32ed98169 (patch)
tree6185252c90015553e5ca54a878874577743b7357
parent316fb598d2ae9358a111001508e1cfbf3e398877 (diff)
Bump a LOG_NOTICE message to LOG_DEBUG since it appears
once for every bridged call git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@136660 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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