use logger formatting

This commit is contained in:
Jakub Trllo 2025-05-21 19:39:11 +02:00
parent b1e4598fbd
commit ecec0aa69d

View file

@ -550,7 +550,7 @@ class _IconsCache:
icon = QtGui.QIcon(pix)
except Exception:
log.warning(
f"Failed to download image '{url}'", exc_info=True
f"Failed to download image '%s'", url, exc_info=True
)
icon = None