mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-16 17:19:32 +02:00
fix(logs): use correct name for missing optional modules
This commit is contained in:
@@ -1792,4 +1792,4 @@ class QtDriver(DriverMixin, QObject):
|
||||
if sc.which():
|
||||
logger.info(f"[QtDriver] {name} found", which=sc.which(), version=sc.version())
|
||||
else:
|
||||
logger.warning(f"[QtDriver] {sc} not found")
|
||||
logger.warning(f"[QtDriver] {name} not found")
|
||||
|
||||
Reference in New Issue
Block a user