From: dms Date: Sat, 9 Sep 2000 16:36:22 +0000 (+0000) Subject: debug for seenflush X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d28ae01afc899cb8d112772c58ddf7d3c30f001;p=infobot.git debug for seenflush git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@82 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/IRC/Schedulers.pl b/blootbot/src/IRC/Schedulers.pl index 11dc6ac..6a5a348 100644 --- a/blootbot/src/IRC/Schedulers.pl +++ b/blootbot/src/IRC/Schedulers.pl @@ -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 (@_);