# HG changeset patch # User Drew Perttula # Date 2007-06-17 22:42:25 # Node ID e748d6edd37574a3a7896f7f0e7e281c2a7b0bc7 # Parent 3e3ba0e3d4b8bb024f2ab2dd9cbffeef9e17b551 CC logging diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -51,6 +51,7 @@ class Music: def current_time(self): """return deferred which gets called with the current time""" if self.player is None: + print "connect to player" self.player = Proxy(networking.musicUrl()) # d = self.player.callRemote("songlength") # d.addCallback(lambda l: dispatcher.send("max time",maxtime=l))