Update log exception message

This commit is contained in:
Bo Maryniuk 2018-02-14 10:11:54 +01:00
parent 116e1809fc
commit 0b4a17b859

View file

@ -24,7 +24,7 @@ try:
if ZMQ_VERSION_INFO[0] > 16: # 17.0.x+ deprecates zmq's ioloops
ZMQDefaultLoop = tornado.ioloop.IOLoop
except Exception as ex:
log.exception('Error while getting PyZMQ library version')
log.exception('Error while getting LibZMQ/PyZMQ library version')
if ZMQDefaultLoop is None:
try: