diff -r ef42065b5ee7 -r 258959fbb3ec gmyth-stream/server/0.3/lib/request_handler.py --- a/gmyth-stream/server/0.3/lib/request_handler.py Thu May 31 20:44:21 2007 +0100 +++ b/gmyth-stream/server/0.3/lib/request_handler.py Thu May 31 20:45:06 2007 +0100 @@ -219,7 +219,7 @@ req_tid = self.query.get("tid") for transcoder, request in tl: if str(transcoder.tid) in req_tid: - self.wfile.write("%s:Status:%s %%" % (\ + self.wfile.write("Status:%s:%s %%" % (\ transcoder.tid, transcoder.status)) return True