Skip to content

Commit

Permalink
Changing copy-pasted "v5" in the error report to be "v3.1.1".
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Aug 15, 2024
1 parent eaa288d commit 1a5f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mqtt311ClientFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ void Mqtt311ClientFilter::socketConnected()
this);

if (ec != CC_Mqtt311ErrorCode_Success) {
reportError(tr("Failed to initiate MQTT v5 connection"));
reportError(tr("Failed to initiate MQTT v3.1.1 connection"));
return;
}

Expand Down

0 comments on commit 1a5f1ea

Please sign in to comment.