Skip to content

Commit 15c1237

Browse files
committed
Reduce operation data timeout log level
The warnings are reduced to info now. The timeouts are normal, so no need to worry about it.
1 parent 34dd5cb commit 15c1237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esphome/components/MhiAcCtrl/MHI-AC-CTRL-operation-data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ namespace operation_data {
265265
if(this->request_cycles >= OPERATION_DATA_REQUEST_TIMEOUT_CYCLES) {
266266
this->request_next = true;
267267
this->timeouts++;
268-
ESP_LOGW("MHI-AC-CTRL-Operation-Data", "Timeout when requesting Operation Data %s", all[this->cycle_index]->name());
268+
ESP_LOGI("MHI-AC-CTRL-Operation-Data", "Timeout when requesting Operation Data %s", all[this->cycle_index]->name());
269269
}
270270

271271
if(this->request_next) {

0 commit comments

Comments
 (0)