Skip to content

Commit

Permalink
better debugging for indexOutOfBoundException bug
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2525 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Sep 8, 2006
1 parent 75b03a4 commit ac3419b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/de/anomic/plasma/plasmaCrawlLURL.java
Expand Up @@ -521,6 +521,7 @@ public Entry(Properties prop, boolean setGlobal) {
} 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);
}
}
Expand Down

0 comments on commit ac3419b

Please sign in to comment.