mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 17:48:26 +00:00
Fix typo in backup log message (#149705)
This commit is contained in:
parent
1ead01bc9a
commit
b4e50902eb
@ -1119,7 +1119,7 @@ class BackupManager:
|
|||||||
)
|
)
|
||||||
if unavailable_agents:
|
if unavailable_agents:
|
||||||
LOGGER.warning(
|
LOGGER.warning(
|
||||||
"Backup agents %s are not available, will backupp to %s",
|
"Backup agents %s are not available, will backup to %s",
|
||||||
unavailable_agents,
|
unavailable_agents,
|
||||||
available_agents,
|
available_agents,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user