Skip to content

Commit

Permalink
Typo in log message fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Nov 16, 2024
1 parent 8baea8f commit 38b13b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MqttService/src/MqttService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void MqttService::disconnectedState()
/* Connect anonymous */
else
{
LOG_INFO("Connect anyonymous to %s with %s.", m_url.c_str(), m_hostname.c_str());
LOG_INFO("Connect anonymous to %s with %s.", m_url.c_str(), m_hostname.c_str());

isConnected = m_mqttClient.connect(m_hostname.c_str(), nullptr, nullptr, willTopic.c_str(), 0, true, "offline");
}
Expand Down

0 comments on commit 38b13b7

Please sign in to comment.