mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix tiny typo (bug #3404)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
config.c
2
config.c
@@ -537,7 +537,7 @@ struct ast_config *ast_internal_load(const char *configfile, struct ast_config *
|
||||
for (i=0; i<globbuf.gl_pathc; i++) {
|
||||
strncpy(fn, globbuf.gl_pathv[i], sizeof(fn)-1);
|
||||
#endif
|
||||
if ((option_verbose > 2) && !option_debug) {
|
||||
if ((option_verbose > 1) && !option_debug) {
|
||||
ast_verbose( VERBOSE_PREFIX_2 "Parsing '%s': ", fn);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user