Skip to content

Commit

Permalink
Change log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbooks authored Jun 10, 2019
1 parent 913f48b commit 3950d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/calidog/certstream/BoringParts.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public BoringParts(CertStreamStringMessageHandler messageHandler, long sleepBefo
//todo reconnection logic
@Override
public void onClose(int i, String s, boolean b) {
logger.warn("OnClose was called wih i = " + i + ", s = "+s + ", b = b");
logger.debug("OnClose was called wih i = " + i + ", s = "+s + ", b = b");
System.out.println("OnClose was called wih i = " + i + ", s = "+s + ", b = b");

if (recoverableCloseCodes.contains(i))
Expand Down

0 comments on commit 3950d2e

Please sign in to comment.