removed thread dump writing in case of invocation target exception in httpd (looked bad, not serious)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5483 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent bed38a5f8c
commit 814a28775f

@ -527,7 +527,7 @@ public final class httpdFileHandler {
" target exception at " + targetClass + ": " +
e.getTargetException().toString() + ":" +
e.getTargetException().getMessage() +
"; java.awt.graphicsenv='" + System.getProperty("java.awt.graphicsenv","") + "'",e);
"; java.awt.graphicsenv='" + System.getProperty("java.awt.graphicsenv","") + "'");
targetClass = null;
}
if (img == null) {

Loading…
Cancel
Save