]> git.donarmstrong.com Git - infobot.git/commitdiff
changed verb level from 2 to 1 for seenFlush
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Sep 2000 17:09:41 +0000 (17:09 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Sep 2000 17:09:41 +0000 (17:09 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@83 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Schedulers.pl

index 6a5a3486ece717a943e6954af3ad8e513a31b991..59b19c3c4cfb1a1e98ace18f5fa9b326f74484aa 100644 (file)
@@ -341,7 +341,7 @@ sub seenFlush {
        &DEBUG("seenFlush: NO VALID FACTOID SUPPORT?");
     }
 
-    &VERB("Flushed $flushed seen entries.",2);
+    &VERB("Flushed $flushed seen entries.",1); # was 2.
     &DEBUG("seen: ".scalar(keys %seenflush)." remaining.");
 
     my $interval = $param{'seenFlushInterval'} || 60;