1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-05 11:23:47 +01:00

follow logging guidelines

This commit is contained in:
J. Nick Koston
2025-06-23 11:59:07 +02:00
parent e3aaf3219d
commit 971e954a54
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ void APIServer::schedule_reboot_timeout_() {
this->status_set_warning();
this->set_timeout("api_reboot", this->reboot_timeout_, []() {
if (!global_api_server->is_connected()) {
ESP_LOGE(TAG, "No client connected; rebooting");
ESP_LOGE(TAG, "No clients; rebooting");
App.reboot();
}
});