Whoops: need to ignore extensions

This commit is contained in:
Tony Garnock-Jones 2024-05-19 21:49:44 +02:00
parent 9d285baafe
commit 5cf90cb33b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
[(Packet-Error (Error message detail))
(error 'accept-packet "Received IO.Error: ~a (~v)" message detail)]
[(Packet-Extension e)
(error 'accept-packet "Received unknown IO.Extension: ~v" e)]
(log-syndicate/relay-debug "Ignoring IO.Extension: ~v" e)]
[(Packet-Nop (Nop))
(void)]
[(Packet-Turn (Turn wire-turn))