chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.

ASTERISK-24337 #close
Reported by: Rusty Newton


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@429804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2014-12-18 22:33:49 +00:00
parent da6805c58a
commit c0c395514c
2 changed files with 6 additions and 4 deletions

View File

@@ -4066,7 +4066,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;
}