fix(logs): use correct name for missing optional modules

This commit is contained in:
Travis Abendshien
2026-08-15 12:49:22 -07:00
parent b44ab8f161
commit fcd4d67711
+1 -1
View File
@@ -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")