better debugging for indexOutOfBoundException bug

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2525 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2006-09-08 19:41:52 +00:00
parent 75b03a4580
commit ac3419b65f

View File

@ -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);
}
}