summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-05-15 10:04:02 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-05-15 10:04:02 -0700
commit50039cac321c2b0481f9cc2556180b560321ebc5 (patch)
tree85d1095a5cfb74dfc0bdda5689bff80741702178 /alot/settings
parent22f7391267c89ce216b7ac238dd6cf42f7558c1a (diff)
parentbdd2a5142dedcbf1aec237c2a321e4f9d9cf82b0 (diff)
Merge branch 'master' into py3k
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 195f0ab0..56e6eec8 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -92,7 +92,7 @@ class SettingsManager(object):
try:
self.hooks = imp.load_source('hooks', hooks_path)
except:
- logging.debug('unable to load hooks file:%s', hooks_path)
+ logging.exception('unable to load hooks file:%s', hooks_path)
if 'bindings' in newconfig:
newbindings = newconfig['bindings']
if isinstance(newbindings, Section):