mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +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
|
||||
// it could be a value command, but the value doesn't exist?
|
||||
if (strcmp(attribute, "value") == 0) {
|
||||
logger_.debug("%s has no value set", cmd);
|
||||
LOG_DEBUG("%s has no value set", cmd);
|
||||
return false; // fail
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user