From f7343bd23e9f9e60520a3b23f46bf61c003fc8f8 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 15 Oct 2025 15:06:51 +0800 Subject: [PATCH] temp --- src/mqtt_client_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mqtt_client_wrapper.cpp b/src/mqtt_client_wrapper.cpp index 73498f3..54a7519 100644 --- a/src/mqtt_client_wrapper.cpp +++ b/src/mqtt_client_wrapper.cpp @@ -54,7 +54,7 @@ static void on_mqtt_message_received(const std::string &topic, const std::string if (topic == g_app_config.mqtt.topics.video_down && j["type"] == "request") { LOG_INFO("[MQTT] Received message on topic [" + topic + "], len = " + std::to_string(message.size())); - LOG_INFO("[MQTT] Message content: " + j.dump(0)); + LOG_INFO("[MQTT] Message content: " + j.dump(-1)); std::string seqNo = j.value("seqNo", ""); auto data = j["data"];