From c774a81ffde28f359d38619227cbb19ab0c36b07 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 1 May 2020 22:06:21 +0200 Subject: [PATCH] e621: trace filtered images --- src/be/nikiroo/fanfix/supported/E621.java | 3 +++ 1 file changed, 3 insertions(+) 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()); } } -- 2.27.0