[Asterisk-cvs] asterisk pbx.c,1.150,1.151

markster at lists.digium.com markster at lists.digium.com
Thu Sep 9 08:58:13 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6868

Modified Files:
	pbx.c 
Log Message:
Fix GotoIf logging level (bug #2396)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- pbx.c	7 Sep 2004 14:51:20 -0000	1.150
+++ pbx.c	9 Sep 2004 13:00:21 -0000	1.151
@@ -4769,7 +4769,7 @@
 	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);
 	}
 	




More information about the svn-commits mailing list