text changes

This commit is contained in:
proddy
2020-06-13 15:49:58 +02:00
parent 10b6682842
commit 43d8bb2808

View File

@@ -340,7 +340,7 @@ void Mqtt::on_message(char * topic, char * payload, size_t len) {
strlcpy(message, payload, len + 1);
#ifdef EMSESP_DEBUG
LOG_DEBUG(F("Received %s => %s (length %d)"), topic, message, len);
LOG_DEBUG(F("[DEBUG] Received %s => %s (length %d)"), topic, message, len);
#endif
// strip out everything until the last /