about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiXSearch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LeiXSearch.pm')
-rw-r--r--lib/PublicInbox/LeiXSearch.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm
index b6d7bf2b..709a3b3a 100644
--- a/lib/PublicInbox/LeiXSearch.pm
+++ b/lib/PublicInbox/LeiXSearch.pm
@@ -400,8 +400,9 @@ Error closing $lei->{ovv}->{dst}: $!
                 my $tot = $lei->{-mset_total} // 0;
                 my $nr = $lei->{-nr_write} // 0;
                 if ($l2m) {
-                        $lei->qfin("# $nr written to " .
-                                "$lei->{ovv}->{dst} ($tot matches)");
+                        my $m = "# $nr written to " .
+                                "$lei->{ovv}->{dst} ($tot matches)";
+                        $nr ? $lei->qfin($m) : $lei->qerr($m);
                 } else {
                         $lei->qerr("# $tot matches");
                 }