Fix typo in backup log message (#149705)

This commit is contained in:
Roman Sivriver 2025-07-30 17:29:26 -04:00 committed by GitHub
parent 1ead01bc9a
commit b4e50902eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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