From: Anthony Minessale II Date: Fri, 21 Jan 2005 21:26:34 +0000 (+0000) Subject: Fix this annoying typeo that has been torturing me for weeks now X-Git-Tag: 1.2.0-beta1~1336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32ba309c686c38d4435a7dfdf2875b2e589493ba;p=thirdparty%2Fasterisk.git Fix this annoying typeo that has been torturing me for weeks now git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4870 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/config.c b/config.c index e563dd8cc4..94fb61cb4f 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 1) && !option_debug) { + if ((option_verbose > 2) && !option_debug) { ast_verbose( VERBOSE_PREFIX_2 "Parsing '%s': ", fn); fflush(stdout); }