diff --git a/mqttpacket.cpp b/mqttpacket.cpp index 7289c59..2069019 100644 --- a/mqttpacket.cpp +++ b/mqttpacket.cpp @@ -518,7 +518,7 @@ void MqttPacket::handlePublish() if (!isValidUtf8(topic, true)) { - logger->logf(LOG_WARNING, "Client '%s' published a message with invalid UTF8 or +/# in it. Dropping.", sender->repr().c_str()); + logger->logf(LOG_WARNING, "Client '%s' published a message with invalid UTF8 or $/+/# in it. Dropping.", sender->repr().c_str()); return; }