]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiRemote.pm
lei: use standard warn() in more places
[public-inbox.git] / lib / PublicInbox / LeiRemote.pm
index 346aa6a40132292c69681139ed0e0f89b11955b8..7782aa9dbfa132bef82301130a3450fd5d6a8b30 100644 (file)
@@ -75,7 +75,7 @@ sub smsg_eml {
        if (my $bref = $self->{lei}->ale->git->cat_file($smsg->{blob})) {
                return PublicInbox::Eml->new($bref);
        }
-       $self->{lei}->err("E: $self->{uri} $smsg->{blob} gone <$smsg->{mid}>");
+       warn("E: $self->{uri} $smsg->{blob} gone <$smsg->{mid}>\n");
        undef;
 }