From 0e9a1fc80dbff3e694a6816fd867be7eba570515 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 21 Sep 2025 15:30:36 -0600 Subject: [PATCH] cleanup --- esphome/components/esphome/ota/ota_esphome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/esphome/ota/ota_esphome.cpp b/esphome/components/esphome/ota/ota_esphome.cpp index e23d996273..a07e94b09b 100644 --- a/esphome/components/esphome/ota/ota_esphome.cpp +++ b/esphome/components/esphome/ota/ota_esphome.cpp @@ -603,7 +603,7 @@ bool ESPHomeOTAComponent::perform_hash_auth_(HashBase *hasher, const std::string bool matches = hasher->equals_hex(buf); if (!matches) { - ESP_LOGW(TAG, "Auth failed! %s passwords do not match", LOG_STR_ARG(name)); + this->log_auth_warning_(LOG_STR("Password mismatch"), name); } return matches;