From 2282e40837cd95f7dc7f0837a7b45e440f89dfa7 Mon Sep 17 00:00:00 2001 From: Julian Mehne Date: Sun, 21 Jan 2018 19:24:44 +0100 Subject: Improve logging messages. --- alot/settings/manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alot') 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] -- cgit v1.2.3