diff --git a/src/common/connection.py b/src/common/connection.py index 8fecd8ec1..5787817ac 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -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):