mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Allow each logging destination and console to have its own notion of the verbosity level.
Review: https://reviewboard.asterisk.org/r/1599 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@346391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -432,8 +432,7 @@ static void handle_frame(struct ast_dial *dial, struct ast_dial_channel *channel
|
||||
ast_indicate(chan, AST_CONTROL_VIDUPDATE);
|
||||
break;
|
||||
case AST_CONTROL_SRCUPDATE:
|
||||
if (option_verbose > 2)
|
||||
ast_verbose (VERBOSE_PREFIX_3 "%s requested a source update, passing it to %s\n", channel->owner->name, chan->name);
|
||||
ast_verb(3, "%s requested a source update, passing it to %s\n", channel->owner->name, chan->name);
|
||||
ast_indicate(chan, AST_CONTROL_SRCUPDATE);
|
||||
break;
|
||||
case AST_CONTROL_CONNECTED_LINE:
|
||||
|
||||
Reference in New Issue
Block a user