]> git.donarmstrong.com Git - infobot.git/commitdiff
debug for seenflush
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Sep 2000 16:36:22 +0000 (16:36 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Sep 2000 16:36:22 +0000 (16:36 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@82 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Schedulers.pl

index 11dc6acc1780c2e0c5e1af00339895a367b84cb7..6a5a3486ece717a943e6954af3ad8e513a31b991 100644 (file)
@@ -342,6 +342,7 @@ sub seenFlush {
     }
 
     &VERB("Flushed $flushed seen entries.",2);
+    &DEBUG("seen: ".scalar(keys %seenflush)." remaining.");
 
     my $interval = $param{'seenFlushInterval'} || 60;
     &ScheduleThis($interval, "seenFlush") if (@_);