From 620220385628292413d631ec58458cddad96112f Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 6 Nov 2005 20:29:08 +0000 Subject: [PATCH] add a fixme and print traceback --- src/common/connection.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index 3b00a58fb..4caa6f840 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -623,7 +623,7 @@ class Connection: if self.files_props.has_key(sid): file_props = self.files_props[sid] file_props['fast'] = streamhosts - if file_props['type'] == 's': + if file_props['type'] == 's': # FIXME: remove fast xmlns # only psi do this if file_props.has_key('streamhosts'): @@ -1534,7 +1534,8 @@ class Connection: 'prio': prio, 'weight': weight}) except: - gajim.log.debug('An error occurred while looking up %s' % query) + gajim.log.debug('An error occurred while looking up %s:' % query) + traceback.print_exc() # end of SRV resolver if len(hosts) == 0: # SRV fails or misconfigred on the server