no xmpppy debug when log = False
This commit is contained in:
parent
4534b2bbbc
commit
4005f944c7
|
@ -512,7 +512,7 @@ class Connection:
|
||||||
if gajim.config.get('log'):
|
if gajim.config.get('log'):
|
||||||
con = common.xmpp.Client(hostname)#, debug = [])
|
con = common.xmpp.Client(hostname)#, debug = [])
|
||||||
else:
|
else:
|
||||||
con = common.xmpp.Client(hostname)#, debug = [])
|
con = common.xmpp.Client(hostname, debug = [])
|
||||||
#debug = [common.jabber.DBG_ALWAYS], log = sys.stderr, \
|
#debug = [common.jabber.DBG_ALWAYS], log = sys.stderr, \
|
||||||
#connection=common.xmlstream.TCP_SSL, port=5223, proxy = proxy)
|
#connection=common.xmlstream.TCP_SSL, port=5223, proxy = proxy)
|
||||||
con.RegisterDisconnectHandler(self._disconnectedCB)
|
con.RegisterDisconnectHandler(self._disconnectedCB)
|
||||||
|
|
Loading…
Reference in New Issue