about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/ExtSearchIdx.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtSearchIdx.pm b/lib/PublicInbox/ExtSearchIdx.pm
index 9da42538..2bb9afce 100644
--- a/lib/PublicInbox/ExtSearchIdx.pm
+++ b/lib/PublicInbox/ExtSearchIdx.pm
@@ -164,7 +164,8 @@ sub do_finalize ($) {
         } elsif (exists $req->{new_smsg}) { # totally unseen messsage
                 index_unseen($req);
         } else {
-                warn "W: ignoring delete $req->{oid} (not found)\n";
+                # `d' message was already unindexed in the v1/v2 inboxes,
+                # so it's too noisy to warn, here.
         }
 }