aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-07 20:26:24 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-07 20:26:24 +0000
commitdc2d38a927c373485189d9471354bb39e34b73b9 (patch)
treeb077fd5072e9cd758882f321f6ecf3ac9bce76f1
parent18d444e93dbda34640bc5c3c74fcaa880b9d54af (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@136663 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 b68a6d54d..f91d758a6 100644
--- a/main/features.c
+++ b/main/features.c
@@ -1957,7 +1957,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