replace with LOG_DEBUG

This commit is contained in:
proddy
2025-03-15 13:01:42 +01:00
parent 373895b36a
commit d3e6043911

View File

@@ -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
}