diff --git a/source/net/filebot/CachedResource.java b/source/net/filebot/CachedResource.java index c19bcc2b..4a3dcfa5 100644 --- a/source/net/filebot/CachedResource.java +++ b/source/net/filebot/CachedResource.java @@ -94,7 +94,7 @@ public class CachedResource implements Resource { return parse.transform(data); } catch (IOException e) { - debug.warning(format("Fetch failed: %s", e.getMessage())); + debug.warning(format("Fetch failed: %s [%s]", e, url)); // use previously cached data if possible if (element == null || element.getObjectValue() == null) {