From 252c3ddfe38218dc2272214b6c0f6261a301b717 Mon Sep 17 00:00:00 2001 From: dms Date: Thu, 3 Aug 2000 14:19:44 +0000 Subject: [PATCH] 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 --- src/logger.pl | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2