Skip to content

Commit

Permalink
fixup! test(client-api/Sync): introduce more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 24, 2024
1 parent 59067ac commit 3315069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-api/src/test/java/it/unibo/arces/wot/sepa/Sync.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void waitSubscribes(int total) {
Logging.logger.trace("Thread id "+Thread.currentThread().getId()+ " awaken from waitSubscribes");
} catch (InterruptedException e) {
Logging.logger.trace("Thread id "+Thread.currentThread().getId()+ " interrupted in waitSubscribes");
Logging.logger.trace(e.getMessage());
e.printStackTrace();
break;
}
}
Expand Down

0 comments on commit 3315069

Please sign in to comment.