mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 15:43:27 +01:00
Add missing % string in import failed trace message (#1151)
This commit is contained in:
parent
6733953cc2
commit
75660322f4
@ -223,7 +223,7 @@ class PluginManager(metaclass=Singleton):
|
||||
if not hasattr(plugin, 'app_id'):
|
||||
# Filter out non-notification modules
|
||||
logger.trace(
|
||||
"(%s) import failed; no app_id defined in %s",
|
||||
"(%s.%s) import failed; no app_id defined in %s",
|
||||
self.name, m_class, os.path.join(module_path, f))
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user