diff --git a/esphome/components/mcp4461/mcp4461.cpp b/esphome/components/mcp4461/mcp4461.cpp index b5c24ed593..59956684a2 100644 --- a/esphome/components/mcp4461/mcp4461.cpp +++ b/esphome/components/mcp4461/mcp4461.cpp @@ -459,7 +459,7 @@ bool Mcp4461Component::is_eeprom_busy_() { ESP_LOGE(TAG, "EEPROM write timeout exceeded (%" PRIu8 " ms), aborting read/write from/to nonvolatile wiper/eeprom", EEPROM_WRITE_TIMEOUT_MS); return true; } - ESP_LOGV(TAG, "Waiting while eeprom busy"); + ESP_LOGV(TAG, "Waiting while eeprom is busy"); yield(); } return false;