[svn r735] * GMyth-Streamer trunk
authormorphbr
Thu May 31 19:55:43 2007 +0100 (2007-05-31)
branchtrunk
changeset 7298ef808220720
parent 728 6e54ca4a4e9a
child 730 f91c31df4992
[svn r735] * GMyth-Streamer
- bug fix in log
gmyth-stream/server/0.3/lib/request_handler.py
     1.1 --- a/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 19:36:03 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 19:55:43 2007 +0100
     1.3 @@ -213,7 +213,7 @@
     1.4                  tids = self.query.get("tid")
     1.5                  for tid in tids:
     1.6                      stat = self.transcoders_log.get_status(int(tid))
     1.7 -                    self.wfile.write("Running: %s<br>" % stat)
     1.8 +                    self.wfile.write("%s<br>" % stat)
     1.9  
    1.10              elif self.query.get("tid", None):
    1.11                  req_tid = self.query.get("tid")