]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
wwwstream: oneshot: perform gzip without middleware
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 7d5e048363f4c854cd17940d9af3aec0efc55e84..02186dac717fa329b6fb508d8eeab2c18919bca0 100644 (file)
@@ -421,6 +421,7 @@ sub on_unlock {
        my $subs = $self->{unlock_subs} or return;
        for (values %$subs) {
                eval { $_->on_inbox_unlock($self) };
+               warn "E: $@ ($self->{inboxdir})\n" if $@;
        }
 }