Skip to content

Commit 6eaa07e

Browse files
committed
Minor formatting
1 parent 63e7c69 commit 6eaa07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/calimero/knxnetip/ConnectionBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ protected void close(final int initiator, final String reason, final Level level
484484
// we have to also catch RTEs here, since if socket already failed
485485
// before close(), getLocalSocketAddress() might throw illegal argument
486486
// exception or return the wildcard address, indicating a messed up socket
487-
logger.log(ERROR, "send disconnect failed", e);
487+
logger.log(WARNING, "send disconnect failed", e);
488488
}
489489
finally {
490490
lock.unlock();

0 commit comments

Comments
 (0)