Skip to content

Commit

Permalink
testcontainers#291 debug (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Feb 21, 2017
1 parent 7cb48f9 commit f8a2c03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ InetSocketAddress start() throws IOException {

inputFuture.get();
outputFuture.get();

log.info("all futures completed");
} catch (Exception e) {
log.warn("", e);
} finally {
Expand Down

0 comments on commit f8a2c03

Please sign in to comment.