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:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user