Skip to content

Commit

Permalink
[exp_pr] Printing out latch info
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-Cardosi committed Nov 14, 2024
1 parent b7bbdfd commit 73af150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public boolean waitTillCompleted(long timeOut) {
} catch (Exception e) {
System.out.println("********************************");
System.out.println("********************************");
System.out.println("latch " + latch + " with exception " + e.getMessage() + " " + e );
System.out.println("latch " + latch + " with exception " + e.getMessage() + " " + e);
System.out.println("********************************");
System.out.println("********************************");
logger.error("Error during waiting state", e);
Expand Down

0 comments on commit 73af150

Please sign in to comment.