Fix typo in backup log message (#149705)

This commit is contained in:
Roman Sivriver
2025-07-30 17:29:26 -04:00
committed by Bram Kragten
parent d390681360
commit 21e3b8da92

View File

@@ -1119,7 +1119,7 @@ class BackupManager:
)
if unavailable_agents:
LOGGER.warning(
"Backup agents %s are not available, will backupp to %s",
"Backup agents %s are not available, will backup to %s",
unavailable_agents,
available_agents,
)