Skip to content

Commit

Permalink
uaeh
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6096 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Jun 19, 2009
1 parent 3c3e649 commit 4d29e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/kelondro/text/IODispatcher.java
Expand Up @@ -118,7 +118,7 @@ public synchronized void merge(File f1, File f2, ReferenceFactory<? extends Refe
try {
array.mergeMount(f1, f2, factory, payloadrow, newFile, (int) Math.min(MemoryControl.available() / 3, writeBufferSize));
} catch (IOException ee) {
Log.logSevere("IODispatcher", "IO failed: " + e.getMessage(), e);
Log.logSevere("IODispatcher", "IO failed: " + e.getMessage(), ee);
}
}
}
Expand Down

0 comments on commit 4d29e90

Please sign in to comment.