summaryrefslogtreecommitdiff
path: root/voctocore/lib/avrawoutput.py
diff options
context:
space:
mode:
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')