1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00
This commit is contained in:
J. Nick Koston
2025-08-10 18:24:41 -05:00
parent f5790bff73
commit 4a8369ef93

View File

@@ -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_();
}
}