diff --git a/source/de/anomic/kelondro/kelondroRecords.java b/source/de/anomic/kelondro/kelondroRecords.java index a773a9275..18f6caaaa 100644 --- a/source/de/anomic/kelondro/kelondroRecords.java +++ b/source/de/anomic/kelondro/kelondroRecords.java @@ -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();