From b22c833c12d69a84fd6e6d33f4529fbc6e37dd47 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 18 Dec 2014 22:38:07 +0000 Subject: 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429805 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_rtp_asterisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index 68a90d19c..05eb124d3 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; } -- cgit v1.2.3