Skip to content
Snippets Groups Projects
Commit 49b4eff2 authored by nkour's avatar nkour
Browse files

[andreasvc] fix a string

parent 6617093c
No related branches found
No related tags found
No related merge requests found
......@@ -1925,7 +1925,7 @@ class Connection:
if self.connection:
self.connection.Process(timeout)
except:
gajim.log.debug(_('error appeared while processing xmpp:'))
gajim.log.debug(_('A protocol error has occured:'))
traceback.print_exc()
self.connected = 0
self.dispatch('STATUS', 'offline')
......@@ -1934,7 +1934,7 @@ class Connection:
try:
self.connection.disconnect()
except:
gajim.log.debug(_('error appeared while processing xmpp:'))
gajim.log.debug(_('A protocol error has occured:'))
traceback.print_exc()
self.connection = None
# END Connection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment