Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2004-03-18 19:38:14 +0300
committerYann Leboulanger <asterix@lagaule.org>2004-03-18 19:38:14 +0300
commit3a6a69cc5707adead58499b33b5f98cf9f61df04 (patch)
tree74012dc9f567b213b363efc04fa89551d29626c0 /core
parentf122ad2afad27d0e8b5ee18195e59b054d4d3025 (diff)
cleanup the rest of the code
Diffstat (limited to 'core')
-rw-r--r--core/core.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/core.py b/core/core.py
index 3d8c6237b..8fe110d29 100644
--- a/core/core.py
+++ b/core/core.py
@@ -177,7 +177,8 @@ class GajimCore:
password = self.cfgParser.tab[account]["password"]
ressource = self.cfgParser.tab[account]["ressource"]
con = common.jabber.Client(host = hostname, \
- debug = [common.jabber.DBG_ALWAYS], log = sys.stderr, \
+ debug = [], log = sys.stderr, \
+# debug = [common.jabber.DBG_ALWAYS], log = sys.stderr, \
connection=common.xmlstream.TCP, port=5222)
#debug = [common.jabber.DBG_ALWAYS], log = sys.stderr, \
#connection=common.xmlstream.TCP_SSL, port=5223)