Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Apr 25, 2024
1 parent 63e7c69 commit 6eaa07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/calimero/knxnetip/ConnectionBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ protected void close(final int initiator, final String reason, final Level level
// we have to also catch RTEs here, since if socket already failed
// before close(), getLocalSocketAddress() might throw illegal argument
// exception or return the wildcard address, indicating a messed up socket
logger.log(ERROR, "send disconnect failed", e);
logger.log(WARNING, "send disconnect failed", e);
}
finally {
lock.unlock();
Expand Down

0 comments on commit 6eaa07e

Please sign in to comment.