From: Eric Wong Date: Tue, 11 Aug 2020 19:52:02 +0000 (+0000) Subject: v2writable: show newline after "indexing all of .. " message X-Git-Tag: v1.6.0~134 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=3086aafb32481fa06f3adca9229d5b5733acff1e v2writable: show newline after "indexing all of .. " message Otherwise things get very confusing when verbosity is enabled :x --- 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 };