gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py
branchtrunk
changeset 782 8e3f5544aa24
parent 778 d32867e8767b
child 783 08371b4fff76
     1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py	Wed Jul 04 15:03:53 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: