diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-01-22 11:16:21 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-01-22 11:16:21 +0100 |
| commit | 25a65583b1144dd6706bee1a5499b8b48456eabf (patch) | |
| tree | c6de4b86a1b628a4a6c1dfdf0c49bdf4979d31a0 /py3status/__init__.py | |
| parent | 6486973a058305f4ea4471e1e45be3798441f75e (diff) | |
add debug log of user provided modules
Diffstat (limited to 'py3status/__init__.py')
| -rwxr-xr-x | py3status/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 40baa65..9abb0d5 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -1241,6 +1241,8 @@ class Py3statusWrapper(): # get a dict of all user provided modules user_modules = self.get_user_modules() + if self.config['debug']: + syslog(LOG_INFO, 'user_modules={}'.format(user_modules)) if self.py3_modules: # load and spawn i3status.conf configured modules threads |
