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 --- channels/chan_dahdi.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'channels/chan_dahdi.c') diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 8ef0cec30..ddaeccd4f 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -8787,11 +8787,13 @@ static int dahdi_write(struct ast_channel *ast, struct ast_frame *frame) return 0; } if (p->dialing) { - ast_debug(5, "Dropping frame since I'm still dialing on %s...\n",ast_channel_name(ast)); + ast_debug(5, "Dropping frame since I'm still dialing on %s...\n", + ast_channel_name(ast)); return 0; } if (!p->owner) { - ast_debug(5, "Dropping frame since there is no active owner on %s...\n",ast_channel_name(ast)); + ast_debug(5, "Dropping frame since there is no active owner on %s...\n", + ast_channel_name(ast)); return 0; } if (p->cidspill) { -- cgit v1.2.3