Skip to content
Snippets Groups Projects
Commit 42406f11 authored by Anael Beutot's avatar Anael Beutot
Browse files

Log exception when plugin load fails

parent 14dc98bc
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ class Handler(BasePlugin):
try:
self.plugin_install(self.main.rpc.rpc_con, None, p)
except Exception:
logger.error('Error while loading plugin %s', p)
logger.exception('Error while loading plugin %s', p)
else:
logger.debug('Successfuly loaded plugin %s', p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment