diff --git a/portal.py b/portal.py index 33e4955..43c85ca 100644 --- a/portal.py +++ b/portal.py @@ -108,6 +108,9 @@ def dispatch_plugins(): # Is plugin enabled? if not plugin_config.getboolean(plugin, 'enabled'): + l.debug('{plugin}: Not enabled, skipping'.format( + plugin=plugin + )) continue # Import the plugin