diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-12-28 18:34:36 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-12-28 18:34:36 +0100 |
| commit | 62d910ad1bbeab959c336d7882c03162092a8f99 (patch) | |
| tree | 7ca23f09e00fa359a4d64c1eb302c0af668a1d7c /py3status | |
| parent | f23ce2707e497b48525b2eaaad39ea67ec19fc85 (diff) | |
cleaner debug logs
Diffstat (limited to 'py3status')
| -rwxr-xr-x | py3status/__init__.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 7b0760d..537bb26 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -542,7 +542,7 @@ class Events(Thread): i3_msg_pipe = Popen(['i3-msg', command], stdout=PIPE) syslog( LOG_INFO, - 'i3-msg module={} command="{}" stdout={}'.format( + 'i3-msg module="{}" command="{}" stdout={}'.format( module_name, command, i3_msg_pipe.stdout.read() @@ -1061,9 +1061,7 @@ class Py3statusWrapper(): if self.config['debug']: syslog( LOG_INFO, - 'py3status started with config {}'.format( - self.config - ) + 'py3status started with config {}'.format(self.config) ) # setup i3status thread |
