summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crawl/Bot.pm')
-rw-r--r--lib/Crawl/Bot.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Crawl/Bot.pm b/lib/Crawl/Bot.pm
index 7d34403..1f74762 100644
--- a/lib/Crawl/Bot.pm
+++ b/lib/Crawl/Bot.pm
@@ -51,7 +51,9 @@ before say => sub {
sub tick {
my $self = shift;
+ warn "Checking for updates...";
$_->tick for @{ $self->plugins };
+ warn "Done";
return $self->update_time;
}