Move data related debug output to verbosity level 8

This commit is contained in:
MelwareDE 2011-03-07 09:56:52 +00:00
parent 21aa254147
commit 524cc0f1ac
1 changed files with 1 additions and 1 deletions

View File

@ -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);