This commit is contained in:
Jakub Jezek 2022-12-23 12:17:54 +01:00
parent 013ee5660a
commit 410ed90cb3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -608,7 +608,7 @@ def discover_legacy_creator_plugins():
plugin.apply_settings(project_settings, system_settings)
except Exception:
log.warning(
"Failed to apply settings to loader {}".format(
"Failed to apply settings to creator {}".format(
plugin.__name__
),
exc_info=True