Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 19, 2019
1 parent e17c463 commit dd4d8f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ private void connectionEstablished() {
this.connected = true;
this.connectedCount.incrementAndGet();
}

System.out.format("Connection established%n");

}

protected void connectionLost(final Throwable throwable) {
Expand Down

0 comments on commit dd4d8f3

Please sign in to comment.