Ensure consistent spelling of "ID" (#44585)

This commit is contained in:
Philip Allgaier 2020-12-28 18:34:08 +01:00 committed by GitHub
parent 13d6f5454d
commit 392c058d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 11 deletions

View file

@ -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,
)