diff --git a/pbx.c b/pbx.c
index af8580179119b7c2c789df689e2f123c5efe3735..443b7e9902ea46b69eb1f1ee0552721e0933d89d 100755
--- 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);
 	}