# HG changeset patch
# User morphbr
# Date 1180640661 -3600
# Node ID ef42065b5ee764692af81bb220a0cb2cdbfad5d2
# Parent  c172f357679062490a28d970d8bfce2fe34b0572
[svn r739] * GMyth-Streamer
		- More log format bug fix

diff -r c172f3576790 -r ef42065b5ee7 gmyth-stream/server/0.3/lib/request_handler.py
--- a/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 20:27:11 2007 +0100
+++ b/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 20:44:21 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("%s:Status:%s %%" % (\
                             transcoder.tid, transcoder.status))
                 return True