about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-10 14:25:12 +0000
committerEric Wong <e@80x24.org>2021-10-10 23:29:50 +0000
commit0e71e72e39472832c97866c7f32f4a62d7b7e6a0 (patch)
treeb6e491b2e9e222ea4035070c04a9471753c1a4d6 /lib
parent76580ff1b1073cf27552cafd219b4868c74e84c9 (diff)
downloadpublic-inbox-0e71e72e39472832c97866c7f32f4a62d7b7e6a0.tar.gz
It's more consistent with TAP output and hopefully puts
users at ease in case they don't understand the meaning
of a message.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Admin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Admin.pm b/lib/PublicInbox/Admin.pm
index a17a632c..11ea8f83 100644
--- a/lib/PublicInbox/Admin.pm
+++ b/lib/PublicInbox/Admin.pm
@@ -320,7 +320,7 @@ sub progress_prepare ($;$) {
         } else {
                 $opt->{verbose} ||= 1;
                 $dst //= *STDERR{GLOB};
-                $opt->{-progress} = sub { print $dst @_ };
+                $opt->{-progress} = sub { print $dst '# ', @_ };
         }
 }