Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Nov 8, 2010
1 parent f92a4ae commit a49c874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/play/test/TestEngine.java
Expand Up @@ -121,7 +121,7 @@ public void execute() throws Exception {
try {
futureResult.get();
} catch(Exception e) {
Logger.error("VirtualClient test has failed", e);
Logger.error(e, "VirtualClient test has failed");
}
} else {
// Simple test
Expand Down

0 comments on commit a49c874

Please sign in to comment.