fixed a typo when closing the connection

This commit is contained in:
hxz 2022-09-26 14:01:08 +08:00
parent fa23c4d881
commit f73c488900

View file

@ -359,7 +359,7 @@ the default answer. (Private)"
(handler-case
(handle-close-connection ws)
(t (c)
(format t "Condition caught in clog-server :message - ~A.~&" c)
(format t "Condition caught in clog-server :close - ~A.~&" c)
(values 0 c)))))
(lambda (responder)
(declare (ignore responder))