Skip to content

Commit

Permalink
corrected log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-republic committed Dec 26, 2023
1 parent 3676995 commit d32951b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected List<ByteBuffer> sendMessage(final int bmsNo, final DalyCommand cmd, f
if (receiveBuffer != null && receiveBuffer.capacity() < port.getFrameLength()) {
LOG.debug("Wrong number of bytes received! {}", Port.printBuffer(receiveBuffer));
} else {
LOG.warn("No bytes received: " + failureCount + "times!");
LOG.warn("No bytes received: " + failureCount + " times!");
}

if (failureCount > 10) {
Expand Down

0 comments on commit d32951b

Please sign in to comment.