Skip to content

Commit

Permalink
chore: remove msg from error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Aug 13, 2024
1 parent 4b5bcc4 commit c7fcace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hole-punching-interop/hole_punching.nim
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ proc main() {.async.} =
echo &"""{{"rtt_to_holepunched_peer_millis":{delay.millis}}}"""
quit(0)
except CatchableError as e:
error "Unexpected error", msg = e.msg
error "Unexpected error", error = e.msg

discard waitFor(main().withTimeout(4.minutes))
quit(1)

0 comments on commit c7fcace

Please sign in to comment.