summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2014-12-18 22:40:16 +0000
committerRichard Mudgett <rmudgett@digium.com>2014-12-18 22:40:16 +0000
commit2cbfafa8c1594eee65842a0c598bc36aa34f704f (patch)
treec1216c862bcb772b3b46ac4720edc37cd47ad348 /res/res_rtp_asterisk.c
parenteacbb4ceb54be0492bf6bfcd3e91b171a61a50bf (diff)
chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.
ASTERISK-24337 #close Reported by: Rusty Newton ........ Merged revisions 429804 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 429805 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@429806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_rtp_asterisk.c')
-rw-r--r--res/res_rtp_asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 2d7bafd02..0a652b081 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -4178,7 +4178,7 @@ static int bridge_p2p_rtp_write(struct ast_rtp_instance *instance, unsigned int
ast_rtp_instance_get_remote_address(instance1, &remote_address);
if (ast_sockaddr_isnull(&remote_address)) {
- ast_debug(1, "Remote address is null, most likely RTP has been stopped\n");
+ ast_debug(5, "Remote address is null, most likely RTP has been stopped\n");
return 0;
}