aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 21:26:34 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 21:26:34 +0000
commitcdc6f35e7d0ee488e9875151f6c077b395f838b9 (patch)
tree93e667e1519968117f1531a1b836d12ea81edb92 /config.c
parent11c98672c8d46a72fec782db834417f0a137ce86 (diff)
Fix this annoying typeo that has been torturing me for weeks now
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4870 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'config.c')
-rwxr-xr-xconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index e563dd8cc..94fb61cb4 100755
--- a/config.c
+++ b/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 > 1) && !option_debug) {
+ if ((option_verbose > 2) && !option_debug) {
ast_verbose( VERBOSE_PREFIX_2 "Parsing '%s': ", fn);
fflush(stdout);
}