From fbd6d801ed08d560e050c48048e419be6fd35e3a Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 14 May 2015 17:30:11 +0200 Subject: Improve/Repair Logging --- voctocore/lib/avrawoutput.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'voctocore/lib/avrawoutput.py') 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') -- cgit v1.2.3