about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-21 07:41:57 +0000
committerEric Wong <e@80x24.org>2021-09-21 19:18:36 +0000
commite532adecd4b3c687b3006bef20bb1f0e5d945c56 (patch)
treec01bb4ff35839274f2152a7d14b2b7a42991e294 /lib
parent702864ea3393f4c7a91336b277083bf9fd4b0860 (diff)
downloadpublic-inbox-e532adecd4b3c687b3006bef20bb1f0e5d945c56.tar.gz
It's needless noise in syslogs for daemons and unnecessarily
alarming to users on the command-line.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Search.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index af0a35d9..1d1cd2f5 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -409,7 +409,6 @@ sub retry_reopen {
                 # Exception: The revision being read has been discarded -
                 # you should call Xapian::Database::reopen()
                 if (ref($@) =~ /\bDatabaseModifiedError\b/) {
-                        warn "# reopen try #$i on $@\n";
                         reopen($self);
                 } else {
                         # let caller decide how to spew, because ExtMsg queries