Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Oct 13, 2024
1 parent 7ac5928 commit af1722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tk-sdr/src/main/java/io/vacco/tokoeka/util/TkSockets.java
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public static void tearDown(Socket socket, TkConn socketConn, TkSocketHdl socket
log.debug("ws connection closed - {}, {}", socket, socketConn != null ? socketConn.getState() : "?");
}
} catch (Exception e) {
log.debug("ws connection close error - {}", e.getMessage());
log.debug("ws connection close error", e);
}
}

Expand Down

0 comments on commit af1722d

Please sign in to comment.