]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_xsearch: drop repeated "Xapian" in error message
authorEric Wong <e@80x24.org>
Fri, 29 Jan 2021 07:42:55 +0000 (12:42 +0500)
committerEric Wong <e@80x24.org>
Sat, 30 Jan 2021 01:08:17 +0000 (01:08 +0000)
Copy+paste error :x

lib/PublicInbox/LeiXSearch.pm

index b470c1130f60036d0f4c8d9619934825c03cec83..9ea2b5f339066ad4e4425e77a94f5ac4bbb67bc6 100644 (file)
@@ -33,7 +33,7 @@ sub attach_external {
        my $srch = $ibxish->search or
                return warn("$desc not indexed for Xapian\n");
        my @shards = $srch->xdb_shards_flat or
-               return warn("$desc has no Xapian shardsXapian\n");
+               return warn("$desc has no Xapian shards\n");
 
        if (delete $self->{xdb}) { # XXX: do we need this?
                # clobber existing {xdb} if amending