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:
Nikos Kouremenos 2005-05-03 16:26:30 +00:00
parent 4005f944c7
commit 7d26b7db8c
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [])