about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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 '# ', @_ };
         }
 }