diff --git a/src/core/command.cpp b/src/core/command.cpp index 63ca4d52c..28c296ab4 100644 --- a/src/core/command.cpp +++ b/src/core/command.cpp @@ -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 }