Skip to content

Commit

Permalink
mqtt_client: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valle125 committed Sep 21, 2024
1 parent 5e38d31 commit 17333e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotjuggler_plugins/DataStreamMQTT/mqtt_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ bool MQTTClient::configureMosquitto(const MosquittoConfig& config)
{
QMessageBox::warning(nullptr, "MQTT Client", QString("Failed to start MQTT client"),
QMessageBox::Ok);
debug() << "MQTT start loot failed:" << mosquitto_strerror(rc);
debug() << "MQTT start loop failed:" << mosquitto_strerror(rc);
return false;
}
return true;
Expand Down

0 comments on commit 17333e2

Please sign in to comment.