projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54c287
)
Fix GotoIf logging level (bug #2396)
author
Mark Spencer
<markster@digium.com>
Thu, 9 Sep 2004 13:00:21 +0000
(13:00 +0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 9 Sep 2004 13:00:21 +0000
(13:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3753
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx.c
patch
|
blob
|
history
diff --git
a/pbx.c
b/pbx.c
index
af85801
..
443b7e9
100755
(executable)
--- a/
pbx.c
+++ b/
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);
}