From 524cc0f1ac19de522498eacaade81d5fa7699ca1 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Mon, 7 Mar 2011 09:56:52 +0000 Subject: [PATCH] Move data related debug output to verbosity level 8 --- chan_capi_chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan_capi_chat.c b/chan_capi_chat.c index 547e14c..c8832f6 100644 --- a/chan_capi_chat.c +++ b/chan_capi_chat.c @@ -550,7 +550,7 @@ static void chat_handle_events(struct ast_channel *c, struct capi_pvt *i, *detected_hangup = 1; break; } else if (f->frametype == AST_FRAME_VOICE) { - cc_verbose(5, 1, VERBOSE_PREFIX_3 "%s: chat: voice frame.\n", + cc_verbose(8, 1, VERBOSE_PREFIX_3 "%s: chat: voice frame.\n", i->vname); if ((voice_message == NULL) && (i->channeltype == CAPI_CHANNELTYPE_NULL)) { capi_write_frame(i, f);