mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
replace with LOG_DEBUG
This commit is contained in:
@@ -318,7 +318,7 @@ bool Command::set_attribute(JsonObject output, const char * cmd, const char * at
|
|||||||
// attribute isn't found
|
// attribute isn't found
|
||||||
// it could be a value command, but the value doesn't exist?
|
// it could be a value command, but the value doesn't exist?
|
||||||
if (strcmp(attribute, "value") == 0) {
|
if (strcmp(attribute, "value") == 0) {
|
||||||
logger_.debug("%s has no value set", cmd);
|
LOG_DEBUG("%s has no value set", cmd);
|
||||||
return false; // fail
|
return false; // fail
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user