And that
This commit is contained in:
parent
e5af0597a6
commit
6c15d65107
@ -826,8 +826,6 @@ class XMLStream(object):
|
|||||||
try:
|
try:
|
||||||
handler.run(stanza_copy)
|
handler.run(stanza_copy)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
error_msg = 'Error processing stream handler: %s'
|
|
||||||
log.exception(error_msg, handler.name)
|
|
||||||
stanza_copy.exception(e)
|
stanza_copy.exception(e)
|
||||||
if handler.check_delete():
|
if handler.check_delete():
|
||||||
self.__handlers.remove(handler)
|
self.__handlers.remove(handler)
|
||||||
|
Loading…
Reference in New Issue
Block a user