do not translate debug messages

This commit is contained in:
Yann Leboulanger 2005-05-18 12:02:27 +00:00
parent 246540606b
commit d479973e2c
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ class Connection:
self.dispatch('ERROR', _('Couldn\'t connect to ') + config['hostname']) self.dispatch('ERROR', _('Couldn\'t connect to ') + config['hostname'])
return 0 return 0
else: else:
gajim.log.debug(_('Connected to server')) gajim.log.debug('Connected to server')
req = common.xmpp.features.getRegInfo(c, config['hostname']).asDict() # FIXME! This blocks! req = common.xmpp.features.getRegInfo(c, config['hostname']).asDict() # FIXME! This blocks!
req['username'] = config['name'] req['username'] = config['name']
req['password'] = config['password'] req['password'] = config['password']