Fix add-on repair log message (#5719)

This commit is contained in:
Stefan Agner 2025-03-04 00:49:24 +01:00 committed by GitHub
parent 1355ef192d
commit fdd96ae21c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ class FixupAddonExecuteRepair(FixupBase):
)
return
_LOGGER.info("Installing image for addon %s")
_LOGGER.info("Installing image for addon %s", reference)
self.attempts += 1
await addon.instance.install(addon.version)