about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/Search.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index d861cf47..c054a874 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -228,7 +228,9 @@ sub retry_reopen {
                         warn "reopen try #$i on $@\n";
                         reopen($self);
                 } else {
-                        warn "ref: ", ref($@), "\n";
+                        # let caller decide how to spew, because ExtMsg queries
+                        # get wonky and trigger:
+                        # "something terrible happened at .../Xapian/Enquire.pm"
                         die;
                 }
         }