Skip to content

Commit

Permalink
testcontainers#291 manual ping(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Feb 21, 2017
1 parent 17c55c6 commit da2a82b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ InetSocketAddress start() throws IOException {
} catch (IOException e) {
log.warn("", e);
}

log.info("Thread was interrupted. I'm done.");
}

log.info("Thread was interrupted. I'm done.");
} catch (Exception e) {
log.warn("", e);
} finally {
Expand Down

0 comments on commit da2a82b

Please sign in to comment.