mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Conversions to ast_debug()
(issue #9984, patches from eliel and dimas) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2165,8 +2165,8 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
|
||||
}
|
||||
} else if (f->frametype == AST_FRAME_NULL) {
|
||||
/* Ignore NULL frames. It is perfectly normal to get these if the person is muted. */
|
||||
} else if (option_debug) {
|
||||
ast_log(LOG_DEBUG,
|
||||
} else {
|
||||
ast_debug(1,
|
||||
"Got unrecognized frame on channel %s, f->frametype=%d,f->subclass=%d\n",
|
||||
chan->name, f->frametype, f->subclass);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user