more logging to better trace bug

http://www.yacy-forum.de/viewtopic.php?p=33001#33001

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3477 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 96b79bf86d
commit dd06d4cada

@ -1429,7 +1429,7 @@ public class kelondroRecords {
try {
nn = next00();
} catch (IOException e) {
serverLog.logSevere("kelondroRecords", filename + " failed with " + e.getMessage());
serverLog.logSevere("kelondroRecords", filename + " failed with " + e.getMessage(), e);
return null;
}
byte[] key = nn.getKey();

Loading…
Cancel
Save