From 7d26b7db8cb68f9537fc510b14c41a47d4372091 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 3 May 2005 16:26:30 +0000 Subject: [PATCH] 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 --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 1a639cd7a..7665d8561 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -509,7 +509,7 @@ class Connection: 'proxyport') else: proxy = None - if gajim.config.get('log'): + if gajim.config.get('verbose'): con = common.xmpp.Client(hostname)#, debug = []) else: con = common.xmpp.Client(hostname, debug = [])