Skip to content

Commit

Permalink
more logging to better trace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
orbiter committed Mar 14, 2007
1 parent 96b79bf commit dd06d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/kelondro/kelondroRecords.java
Expand Up @@ -1429,7 +1429,7 @@ public Node next0() {
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();
Expand Down

0 comments on commit dd06d4c

Please sign in to comment.