Merge pull request #259 from hxzrx/main

fixed a typo
This commit is contained in:
David Botton 2023-01-16 21:27:53 -05:00 committed by GitHub
commit 1a9535d278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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))))
;;;;;;;;;;;;;;;;;