Commit cab76b54370d43fbe08bca0800bb1edf08e2eec2

Thomas de Grivel 2018-06-16T14:17:02

use MSG where appropriate

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/thot.lisp b/thot.lisp
index 1b17cbb..227984d 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -585,8 +585,7 @@ The requested url "
       (socket:bind-inet fd host port)
       (socket:listen fd 128)
       (when (debug-p :thot)
-        (format t "~A~%" *acceptor-loop*)
-        (force-output))
+        (msg debug *acceptor-loop*))
       (funcall (funcall *acceptor-loop* fd)))))
 
 (defun set-nonblocking (fd)