fix syntax error
This commit is contained in:
parent
5414ac84dc
commit
f262486352
|
@ -1557,8 +1557,9 @@ class Connection:
|
|||
self.dispatch('ERROR', (_('Could not connect to "%s"') % h,
|
||||
_('Check your connection or try again later.')))
|
||||
return None, ''
|
||||
|
||||
gajim.log.debug(_('Connected to server %s:%s with %s') % (host['host'],
|
||||
host['port'], con_type)
|
||||
host['port'], con_type))
|
||||
return con, con_type
|
||||
|
||||
def connect_and_auth(self):
|
||||
|
|
Loading…
Reference in New Issue