From 7526c831a81e6e3fb00f76ac85b5abea6d3de07e Mon Sep 17 00:00:00 2001 From: theli Date: Fri, 13 Oct 2006 04:34:49 +0000 Subject: [PATCH] *) Suppressing stracktrace git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2758 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaParser.java b/source/de/anomic/plasma/plasmaParser.java index c11984b29..6a163c54e 100644 --- a/source/de/anomic/plasma/plasmaParser.java +++ b/source/de/anomic/plasma/plasmaParser.java @@ -603,7 +603,7 @@ public final class plasmaParser { } catch (UnsupportedEncodingException e) { String errorMsg = "Unsupported charset encoding: " + e.getMessage(); - this.theLogger.logSevere("Unable to parse '" + location + "'. " + errorMsg, e); + this.theLogger.logSevere("Unable to parse '" + location + "'. " + errorMsg); throw new ParserException(errorMsg,location,plasmaCrawlEURL.DENIED_UNSUPPORTED_CHARSET); } catch (Exception e) { // Interrupted- and Parser-Exceptions should pass through