adjust log levels to work better with debug level output
[scpubgit/Object-Remote.git] / lib / Object / Remote / MiniLoop.pm
index 463ca79..ab8e85a 100644 (file)
@@ -107,7 +107,7 @@ sub watch_time {
 
 sub unwatch_time {
   my ($self, $id) = @_;
-  log_debug { "Removing timer with id of '$id'" };
+  log_trace { "Removing timer with id of '$id'" };
   @$_ = grep !($_ eq $id), @$_ for $self->_timers;
   return;
 }