mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 20:23:20 -04:00
MQTT Error should be a debug
This commit is contained in:
@@ -716,7 +716,7 @@ void Monitor::Load(MYSQL_ROW dbrow, bool load_zones=true, Purpose p = QUERY) {
|
||||
std::string mqtt_subscriptions_string = std::string(dbrow[col] ? dbrow[col] : "");
|
||||
mqtt_subscriptions = Split(mqtt_subscriptions_string, ',');
|
||||
col++;
|
||||
Error("MQTT enabled ? %d, subs %s", mqtt_enabled, mqtt_subscriptions_string.c_str());
|
||||
Debug(1, "MQTT enabled ? %d, subs %s", mqtt_enabled, mqtt_subscriptions_string.c_str());
|
||||
#else
|
||||
Debug(1, "Not compiled with MQTT");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user