mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Fix GotoIf logging level (bug #2396)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -4769,7 +4769,7 @@ static int pbx_builtin_gotoif(struct ast_channel *chan, void *data)
|
||||
branch = pbx_checkcondition(condition) ? branch1 : branch2;
|
||||
|
||||
if ((branch==NULL) || ast_strlen_zero(branch)) {
|
||||
ast_log(LOG_NOTICE, "Not taking any branch\n");
|
||||
ast_log(LOG_DEBUG, "Not taking any branch\n");
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user