summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 99954639..6f1d01ca 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -98,12 +98,12 @@ class SettingsManager(object):
self._bindings.merge(newbindings)
tempdir = self._process_xdg_default('template_dir', 'alot/templates')
- logging.debug(tempdir)
+ logging.debug('template directory: `{}`'.format(tempdir))
# themes
themestring = newconfig['theme']
themes_dir = self._process_xdg_default('themes_dir', 'alot/themes')
- logging.debug(themes_dir)
+ logging.debug('themes directory: `{}`'.format(themes_dir))
# if config contains theme string use that
data_dirs = [os.path.join(d, 'alot/themes') for d in DATA_DIRS]