From 943b116a777083e89f241903216d4430b161ad08 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Mon, 19 Nov 2018 21:52:25 +0100 Subject: [PATCH] foo --- src/MqttPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MqttPlugin.cpp b/src/MqttPlugin.cpp index dadfa20..61b4d25 100644 --- a/src/MqttPlugin.cpp +++ b/src/MqttPlugin.cpp @@ -113,5 +113,5 @@ void MqttPlugin::downstreamHandler(char *topic, uint8_t *payload, unsigned int l } } publish(topicStr, msg); - PRINT_MSG(Serial, "MQTT", (String("publish mediator: ") + topicStr).c_str()); + PRINT_MSG(Serial, "MQTT", (String("publish default: ") + topicStr).c_str()); }