Ensure consistent spelling of "ID" (#44585)
This commit is contained in:
parent
13d6f5454d
commit
392c058d34
9 changed files with 11 additions and 11 deletions
|
@ -268,7 +268,7 @@ class SystemMonitorSensor(Entity):
|
|||
return
|
||||
except psutil.NoSuchProcess as err:
|
||||
_LOGGER.warning(
|
||||
"Failed to load process with id: %s, old name: %s",
|
||||
"Failed to load process with ID: %s, old name: %s",
|
||||
err.pid,
|
||||
err.name,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue