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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm
index f3b8cc25..2b23e8e9 100644
--- a/lib/PublicInbox/LeiXSearch.pm
+++ b/lib/PublicInbox/LeiXSearch.pm
@@ -232,7 +232,7 @@ sub each_remote_eml { # callback for MboxReader->mboxrd
                 if ($now > $next) {
                         $lei->{-next_progress} = $now + 1;
                         my $nr = $lei->{-nr_remote_eml};
-                        $lei->err("# $lei->{-current_url} $nr/?");
+                        mset_progress($lei, $lei->{-current_url}, $nr, '?');
                 }
         }
         $each_smsg->($smsg, undef, $eml);