Skip to content

Commit

Permalink
added stack trace output to solve problem in
Browse files Browse the repository at this point in the history
  • Loading branch information
orbiter committed May 5, 2009
1 parent 71a4cad commit 05f077e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/de/anomic/kelondro/table/SplitTable.java
Expand Up @@ -344,6 +344,7 @@ public ObjectIndex call() {
} catch (final InterruptedException e) {
Thread.currentThread().interrupt();
} catch (final ExecutionException e) {
e.printStackTrace();
throw new RuntimeException(e.getCause());
}
//System.out.println("*DEBUG SplitTable fail.time = " + (System.currentTimeMillis() - start) + " ms");
Expand Down

0 comments on commit 05f077e

Please sign in to comment.