X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=script%2Fpublic-inbox-watch;h=4c50461ff4c02950d14d1aa763e0319bd3ee059f;hp=af02d8f358f7b84392744b68df49a4328fc69636;hb=e28f33dc1b6e6a296946c0c58b43900c6cbd07f7;hpb=619f4d617356c945321636e85b51ab4594d9e19d diff --git a/script/public-inbox-watch b/script/public-inbox-watch index af02d8f3..4c50461f 100755 --- a/script/public-inbox-watch +++ b/script/public-inbox-watch @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ my $help = <quit; $watch = PublicInbox::Watch->new(PublicInbox::Config->new); if ($watch) { - warn("I: reloaded\n"); + warn "# reloaded\n"; } else { warn("E: reloading failed\n"); $watch = $prev; @@ -37,7 +37,7 @@ my $reload = sub { if ($watch) { my $scan = sub { return if !$watch; - warn "I: scanning\n"; + warn "# scanning\n"; $watch->trigger_scan('full'); }; my $quit = sub {