no xmpppy debug when log = False

This commit is contained in:
Yann Leboulanger 2005-05-03 08:06:59 +00:00
parent 4534b2bbbc
commit 4005f944c7
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ class Connection:
if gajim.config.get('log'):
con = common.xmpp.Client(hostname)#, debug = [])
else:
con = common.xmpp.Client(hostname)#, debug = [])
con = common.xmpp.Client(hostname, debug = [])
#debug = [common.jabber.DBG_ALWAYS], log = sys.stderr, \
#connection=common.xmlstream.TCP_SSL, port=5223, proxy = proxy)
con.RegisterDisconnectHandler(self._disconnectedCB)