We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01c86d commit a437d0aCopy full SHA for a437d0a
1 file changed
modules/mqtt/client.cpp
@@ -574,7 +574,7 @@ void Client::onLog(int level, const char *str)
574
break;
575
default:; //! regard MOSQ_LOG_INFO as LOG_LEVEL_DEBUG
576
}
577
- LogPrintfFunc("mosq", nullptr, nullptr, 0, new_level, "%s", str);
+ LogPrintfFunc("mosq", nullptr, nullptr, 0, new_level, 0, str);
578
579
580
void Client::onTcpConnectDone(int ret, bool first_connect)
0 commit comments