config value log --> verbose. perhaps in the future debug (coz in the future we will have an xml window) or just stick with verbose :P
This commit is contained in:
parent
4005f944c7
commit
7d26b7db8c
|
@ -509,7 +509,7 @@ class Connection:
|
||||||
'proxyport')
|
'proxyport')
|
||||||
else:
|
else:
|
||||||
proxy = None
|
proxy = None
|
||||||
if gajim.config.get('log'):
|
if gajim.config.get('verbose'):
|
||||||
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 = [])
|
||||||
|
|
Loading…
Reference in New Issue