1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed Jul 04 19:37:34 2007 +0100
1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed Jul 04 21:32:20 2007 +0100
1.3 @@ -82,7 +82,6 @@
1.4 r, w, x = select.select([self.proc.stdout], [], [], 0)
1.5 if self.proc.stdout in r:
1.6 progress = self.proc.stdout.readline()
1.7 - self.log.debug(self.tid, "stdout %s" % progress)
1.8 if (progress.find ("PROGRESS") >= 0):
1.9 self.status = progress.split (":")[1]
1.10 except Exception, e: