# HG changeset patch # User Goffi # Date 1280894334 -28800 # Node ID 61f1e509e684dc9ed50161dba92847114adf2e00 # Parent c701f3031adab29610bcf0ad0293910190944654 SàT: fixed exception when using unmanaged IQ diff -r c701f3031ada -r 61f1e509e684 sat.tac --- a/sat.tac Mon Aug 02 17:53:22 2010 +0800 +++ b/sat.tac Wed Aug 04 11:58:54 2010 +0800 @@ -243,7 +243,7 @@ generic.FallbackHandler.__init__(self) def iqFallback(self, iq): - print "iqFallback: xml = [%s], handled=%s" % (iq.toXml(), "True" if iq.handled else "False") + debug (u"iqFallback: xml = [%s], handled=%s" % (iq.toXml(), "True" if iq.handled else "False")) generic.FallbackHandler.iqFallback(self, iq) class RegisteringAuthenticator(xmlstream.ConnectAuthenticator):