From: Niki Roo Date: Fri, 1 May 2020 20:06:21 +0000 (+0200) Subject: e621: trace filtered images X-Git-Tag: fanfix-swing-1.1.0~15 X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=c774a81ffde28f359d38619227cbb19ab0c36b07;p=fanfix-swing.git e621: trace filtered images --- diff --git a/src/be/nikiroo/fanfix/supported/E621.java b/src/be/nikiroo/fanfix/supported/E621.java index a019d0ce..4d4c7b64 100644 --- a/src/be/nikiroo/fanfix/supported/E621.java +++ b/src/be/nikiroo/fanfix/supported/E621.java @@ -180,6 +180,9 @@ class E621 extends BasicSupport { // Can be NULL if filtered // When the value is NULL, we get an exception // but the "has" method still returns true + Instance.getInstance().getTraceHandler() + .error("Cannot get image for chapter " + number + " of " + + getSource()); } }