2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Fix incorrect indentation

The exception was incorrectly
over indented.
This commit is contained in:
Jarrod Johnson 2020-07-09 10:10:20 -04:00
parent 994c53191c
commit d80a58304c

View File

@ -388,9 +388,9 @@ def snoop(handler, protocol=None):
# ACK
handler(info)
consider_discover(info, rqinfo, net4, cfg, rqv)
except Exception as e:
tracelog.log(traceback.format_exc(), ltype=log.DataTypes.event,
event=log.Events.stacktrace)
except Exception as e:
tracelog.log(traceback.format_exc(), ltype=log.DataTypes.event,
event=log.Events.stacktrace)