1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed May 30 14:43:43 2007 +0100
1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Thu May 31 19:36:03 2007 +0100
1.3 @@ -71,8 +71,6 @@
1.4 self.log.debug(self.tid, "stdout %s" % progress)
1.5 if (progress.find ("PROGRESS") >= 0):
1.6 self.status = progress.split (":")[1]
1.7 - else:
1.8 - self.log.info(self.tid, "Process exit")
1.9 except Exception, e:
1.10 self.log.error(self.tid, "Problems handling data: %s" % e)
1.11 return False