fix in error handling

pull/38/head
Michael Peter Christen 9 years ago
parent b2fac989fd
commit 967508a87d

@ -198,7 +198,7 @@ public class ViewImage {
BlacklistType.SEARCH, agent);
} catch (final IOException e) {
/** No need to log full stack trace (in most cases resource is not available because of a network error) */
ConcurrentLog.fine("ViewImage", "cannot load image. URL : " + url);
ConcurrentLog.fine("ViewImage", "cannot load image. URL : " + url.toNormalform(true));
throw e;
}
}

Loading…
Cancel
Save