From: dms Date: Thu, 3 Aug 2000 14:19:44 +0000 (+0000) Subject: status did not print output if config file was not loaded. Fixed by initializing... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=252c3ddfe38218dc2272214b6c0f6261a301b717;p=infobot.git status did not print output if config file was not loaded. Fixed by initializing VERBOSITY to 1 git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@28 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/logger.pl b/src/logger.pl index 5718a02..6d0ec1c 100644 --- a/src/logger.pl +++ b/src/logger.pl @@ -265,6 +265,8 @@ sub status { } else { print "$printable\n"; } + } else { + print "VERBOSITY IS OFF?\n"; } # log the line into a file.