do not translate debug messages
This commit is contained in:
parent
246540606b
commit
d479973e2c
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue