From 62d910ad1bbeab959c336d7882c03162092a8f99 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sun, 28 Dec 2014 18:34:36 +0100 Subject: cleaner debug logs --- py3status/__init__.py | 6 ++---- 1 file 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 -- cgit v1.3