diff --git a/esphome/components/esphome/ota/ota_esphome.cpp b/esphome/components/esphome/ota/ota_esphome.cpp index ff429df5a5..1e61a1df23 100644 --- a/esphome/components/esphome/ota/ota_esphome.cpp +++ b/esphome/components/esphome/ota/ota_esphome.cpp @@ -152,7 +152,7 @@ void ESPHomeOTAComponent::handle_handshake_() { } // For EAGAIN/EWOULDBLOCK, just return and try again next loop } else if (read == 0) { - ESP_LOGW(TAG, "Remote closed connection during handshake"); + ESP_LOGW(TAG, "Remote closed during handshake"); this->cleanup_connection_(); } }