fix reactor ping test

This commit is contained in:
Daniel A. Wozniak 2019-02-19 18:34:28 +00:00
parent b6028b907b
commit e3e1d2ed08
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -662,7 +662,7 @@ def _fetch_events(q):
except Exception as exc:
# This is broad but we'll see all kinds of issues right now
# if we drop the proc out from under the socket while we're reading
log.exception("Exception caught while getting events %r", exc)
log.exception("Exception caught while getting events %r", exc)
q.put(events)