parent
fb55d9e9d1
commit
42a86fe0d4
1 changed files with 1 additions and 0 deletions
|
@ -1159,6 +1159,7 @@ class XMLStream(object):
|
|||
shutdown = True
|
||||
except SyntaxError as e:
|
||||
log.error("Error reading from XML stream.")
|
||||
shutdown = True
|
||||
self.exception(e)
|
||||
except Socket.error as serr:
|
||||
self.event('socket_error', serr)
|
||||
|
|
Loading…
Reference in a new issue