summaryrefslogtreecommitdiff
path: root/voctocore/lib/avrawoutput.py
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-14 17:30:11 +0200
committerMaZderMind <github@mazdermind.de>2015-05-14 17:30:11 +0200
commitfbd6d801ed08d560e050c48048e419be6fd35e3a (patch)
tree0f58d5cf531e8c138082d71da5c313d1e3b908bf /voctocore/lib/avrawoutput.py
parent66d7b53682f87541dcd0970bd76bcb3b677977fb (diff)
Improve/Repair Logging
Diffstat (limited to 'voctocore/lib/avrawoutput.py')
-rw-r--r--voctocore/lib/avrawoutput.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py
index fd16e58..630c2ca 100644
--- a/voctocore/lib/avrawoutput.py
+++ b/voctocore/lib/avrawoutput.py
@@ -71,7 +71,8 @@ class AVRawOutput(object):
self.log.debug('fd %u removed from multifdsink', fileno)
self.currentConnections.remove(conn)
- self.log.info('Disconnected Receiver %s, now %u Receiver connected', addr, len(self.currentConnections))
+ self.log.info('Disconnected Receiver %s', addr)
+ self.log.info('Now %u Receiver connected', len(self.currentConnections))
self.log.debug('Adding fd %u to multifdsink', conn.fileno())
fdsink = self.receiverPipeline.get_by_name('fd')