X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FMiniLoop.pm;h=a4a835c0b791cb5bd70416a802fc080e1ded3187;hp=9f615c443b5a0924929f4bf4b29cca0847b6f2a2;hb=b7a853b30e7397854a813f6a5878e50703a20079;hpb=b9baacc29444767f88abdbca93f65c8bd5e5a676 diff --git a/lib/Object/Remote/MiniLoop.pm b/lib/Object/Remote/MiniLoop.pm index 9f615c4..a4a835c 100644 --- a/lib/Object/Remote/MiniLoop.pm +++ b/lib/Object/Remote/MiniLoop.pm @@ -193,7 +193,7 @@ sub loop_once { log_trace { "Checking timers" }; while (@$timers and $timers->[0][0] <= $now) { my $active = $timers->[0]; - Dlog_debug { "Found timer that needs to be executed: '$active'" }; + Dlog_trace { "Found timer that needs to be executed: '$active'" }; if (defined($active->[2])) { #handle the case of an 'every' timer