fixed a typo

This commit is contained in:
hxz 2023-01-16 14:13:08 +08:00
parent 90f0397f98
commit 44dd86ba56

View file

@ -321,7 +321,7 @@ the default answer. (Private)"
(remhash id *connection-ids*)
(remhash connection *connections*)))
(t (c)
(format t "Condition caught in handle-message - ~A.~&" c)
(format t "Condition caught in handle-close-connection - ~A.~&" c)
(values 0 c))))
;;;;;;;;;;;;;;;;;