[Asterisk-cvs] asterisk config.c,1.45,1.46
anthm at lists.digium.com
anthm at lists.digium.com
Fri Jan 21 15:23:43 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv25517
Modified Files:
config.c
Log Message:
Fix this annoying typeo that has been torturing me for weeks now
Index: config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/config.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- config.c 21 Jan 2005 07:06:24 -0000 1.45
+++ config.c 21 Jan 2005 21:26:34 -0000 1.46
@@ -537,7 +537,7 @@
for (i=0; i<globbuf.gl_pathc; i++) {
strncpy(fn, globbuf.gl_pathv[i], sizeof(fn)-1);
#endif
- if ((option_verbose > 1) && !option_debug) {
+ if ((option_verbose > 2) && !option_debug) {
ast_verbose( VERBOSE_PREFIX_2 "Parsing '%s': ", fn);
fflush(stdout);
}
More information about the svn-commits
mailing list