mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Reduce verbosity
This commit is contained in:
parent
4d6f59bb19
commit
b57a5a6931
@ -226,7 +226,7 @@ int mqttPublish(const char* topic, const char* payload, size_t len, bool retain)
|
|||||||
LOG_ERROR(TAG_MQTT_PUB, F(D_MQTT_FAILED " '%s' => %s"), topic, payload);
|
LOG_ERROR(TAG_MQTT_PUB, F(D_MQTT_FAILED " '%s' => %s"), topic, payload);
|
||||||
return MQTT_ERR_PUB_FAIL;
|
return MQTT_ERR_PUB_FAIL;
|
||||||
} else {
|
} else {
|
||||||
LOG_TRACE(TAG_MQTT_PUB, F("'%s' => %s OK"), topic, payload);
|
// LOG_TRACE(TAG_MQTT_PUB, F("'%s' => %s OK"), topic, payload);
|
||||||
return MQTT_ERR_OK;
|
return MQTT_ERR_OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user