[Asterisk-cvs] asterisk config.c,1.57,1.58
markster at lists.digium.com
markster at lists.digium.com
Fri Feb 11 10:08:58 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6863
Modified Files:
config.c
Log Message:
Fix "not found" case (bug #3404)
Index: config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/config.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- config.c 10 Feb 2005 21:14:11 -0000 1.57
+++ config.c 11 Feb 2005 16:09:01 -0000 1.58
@@ -657,7 +657,7 @@
} else { /* can't open file */
if (option_debug)
ast_log(LOG_DEBUG, "No file to parse: %s\n", fn);
- else if (option_verbose > 2)
+ else if (option_verbose > 1)
ast_verbose( "Not found (%s)\n", strerror(errno));
}
if (comment) {
More information about the svn-commits
mailing list