]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Watch.pm
treewide: replace /^I: / prefix with /^# /
[public-inbox.git] / lib / PublicInbox / Watch.pm
index 3f6fe21b726f30d3d185032e45ca7e20d358a561..082ecfb96baf5e05021fca165551d5e40cac4a87 100644 (file)
@@ -328,7 +328,7 @@ sub imap_idle_once ($$$$) {
        my ($self, $mic, $intvl, $uri) = @_;
        my $i = $intvl //= (29 * 60);
        my $end = now() + $intvl;
-       warn "I: $uri idling for ${intvl}s\n";
+       warn "# $uri idling for ${intvl}s\n";
        local $0 = "IDLE $0";
        return if $self->{quit};
        unless ($mic->idle) {
@@ -517,7 +517,7 @@ sub poll_fetch_reap {
        if ($?) {
                warn "W: PID=$pid died: \$?=$?\n", map { "$_\n" } @$uris;
        }
-       warn("I: will check $_ in ${intvl}s\n") for @$uris;
+       warn("# will check $_ in ${intvl}s\n") for @$uris;
        add_timer($intvl, \&poll_fetch_fork, $self, $intvl, $uris);
 }