From ac3419b65f4d0695361ecd69e21cba40a560dbd1 Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 8 Sep 2006 19:41:52 +0000 Subject: [PATCH] better debugging for indexOutOfBoundException bug git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2525 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaCrawlLURL.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/de/anomic/plasma/plasmaCrawlLURL.java b/source/de/anomic/plasma/plasmaCrawlLURL.java index 37929d49d..6575a5068 100644 --- a/source/de/anomic/plasma/plasmaCrawlLURL.java +++ b/source/de/anomic/plasma/plasmaCrawlLURL.java @@ -521,6 +521,7 @@ public final class plasmaCrawlLURL extends indexURL { } catch (Exception e) { serverLog.logSevere("PLASMA", "INTERNAL ERROR in plasmaLURL.entry/2:" + "\nProperties: " + ((prop==null)?null:prop.toString()) + + ((prop.containsKey("word")) ? "\nWord: " + kelondroBase64Order.enhancedCoder.decodeString(prop.getProperty("word","")) : "") + "\nErrorMsg: " + e.toString(), e); } }