]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/V2Writable.pm
v2writable: show newline after "indexing all of .. " message
[public-inbox.git] / lib / PublicInbox / V2Writable.pm
index d99e476aa9b3ba2319231bee6691b436aeaeec3c..9c2002886b16e8da4cf99db0ca3f71e42b979033 100644 (file)
@@ -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
        };