gmyth-stream/main.py
branchtrunk
changeset 473 b94790c04fd5
parent 470 57833200a415
child 474 07c12d2ceddf
     1.1 --- a/gmyth-stream/main.py	Fri Mar 30 04:12:52 2007 +0100
     1.2 +++ b/gmyth-stream/main.py	Fri Mar 30 23:12:52 2007 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4                  server.Ack("SETUP")
     1.5  
     1.6              else:
     1.7 -                lib.log("Wrong SETUP command from: %s" % client)
     1.8 +                lib.log("Wrong SETUP command from: %s" % client[0])
     1.9  
    1.10          elif (msg == "PLAY"):
    1.11              media.play()