diff --git a/include/app_config.hpp b/include/app_config.hpp index 88a673e..f21570b 100644 --- a/include/app_config.hpp +++ b/include/app_config.hpp @@ -126,7 +126,7 @@ struct AppConfig LOG_INFO("[Config] MQTT Credentials - username: " + cfg.mqtt.username + ", password: " + cfg.mqtt.password); LOG_INFO("[Config] MQTT Topics: " + cfg.mqtt.topics.heartbeat_up + ", " + - cfg.mqtt.topics.video_down + ", " + cfg.mqtt.topics.video_down_ack); + cfg.mqtt.topics.video_down); LOG_INFO("[Config] MQTT keepAlive: " + std::to_string(cfg.mqtt.keep_alive)); return cfg;