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=1fdcd9a39a4b889794cf602a6dfd4f10a9d6b175;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@28 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/logger.pl b/blootbot/src/logger.pl index 5718a02..6d0ec1c 100644 --- a/blootbot/src/logger.pl +++ b/blootbot/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.