From a3d0728ceabcaf0214be732c49135ace6fefda9a 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 --- supported/E621.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/supported/E621.java b/supported/E621.java index a019d0c..4d4c7b6 100644 --- a/supported/E621.java +++ b/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