From 3086aafb32481fa06f3adca9229d5b5733acff1e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 11 Aug 2020 19:52:02 +0000 Subject: [PATCH] v2writable: show newline after "indexing all of .. " message Otherwise things get very confusing when verbosity is enabled :x --- lib/PublicInbox/V2Writable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm index d99e476a..9c200288 100644 --- a/lib/PublicInbox/V2Writable.pm +++ b/lib/PublicInbox/V2Writable.pm @@ -995,7 +995,7 @@ sub log_range ($$$$$) { my $opt = $sync->{-opt}; my $pr = $opt->{-progress} if (($opt->{verbose} || 0) > 1); my $cur = $sync->{ranges}->[$i] or do { - $pr->("$i.git indexing all of $tip") if $pr; + $pr->("$i.git indexing all of $tip\n") if $pr; return $tip; # all of it }; -- 2.44.0