Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
tgracchus committed Oct 12, 2023
1 parent 941f6b1 commit 5bd68c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public MqttConnectDecoder(
// interested in the Length LSB byte
if (buf.readableBytes() < 2) {
mqttConnacker.connackError(clientConnectionContext.getChannel(),
"A client (ID: {}, IP: {}) connected with a packet without protocol version.",
"A client (P: {}) connected with a packet without protocol version.",
"Sent CONNECT without protocol version",
Mqtt5ConnAckReasonCode.UNSUPPORTED_PROTOCOL_VERSION,
ReasonStrings.CONNACK_UNSUPPORTED_PROTOCOL_VERSION);
Expand Down

0 comments on commit 5bd68c4

Please sign in to comment.