diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 15:29:46 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 15:29:46 +0100 |
| commit | f2c3ceeb789236ee9bc1f7f9a1eeada25733599b (patch) | |
| tree | 759bbed968dac56977569d8c5fa744b25f399750 | |
| parent | de1dba75a2b91c442060ba5cd1953d85018d23d4 (diff) | |
remove useless position from logs
| -rwxr-xr-x | py3status/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 25f608a..fe8be93 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -1068,8 +1068,7 @@ class Module(Thread): if self.config['debug']: syslog( LOG_INFO, - 'method {} returned {} '.format(meth, result) + - 'for position {}'.format(position) + 'method {} returned {} '.format(meth, result) ) except Exception: err = sys.exc_info()[1] |
