Skip to content

Commit

Permalink
Added log
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed May 23, 2024
1 parent 399fe06 commit 4fb67b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ private void init(final Config config) {
}

private void disconnect(final boolean isNormalDisconnection) {
logger.info("Performing disconection");
Mqtt5DisconnectReasonCode reasonCode;
String reasonDescription;
if (isNormalDisconnection) {
Expand Down

0 comments on commit 4fb67b8

Please sign in to comment.