From 76580ff1b1073cf27552cafd219b4868c74e84c9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 10 Oct 2021 14:25:11 +0000 Subject: lei_to_mail: show --output on augment progress failure Just in case it fails when there's many parallel invocations. --- lib/PublicInbox/LeiToMail.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/LeiToMail.pm') diff --git a/lib/PublicInbox/LeiToMail.pm b/lib/PublicInbox/LeiToMail.pm index d42759cf..5a220ba3 100644 --- a/lib/PublicInbox/LeiToMail.pm +++ b/lib/PublicInbox/LeiToMail.pm @@ -796,7 +796,7 @@ sub augment_inprogress { "scanning old contents of $dst for dedupe" : "removing old contents of $dst")." ...\n"; }; - warn "E: $@" if $@; + warn "E: $@ ($dst)" if $@; } # called in top-level lei-daemon when LeiAuth is done -- cgit v1.2.3-24-ge0c7