Commit 9c94a142e4b57b2abed2e190c6124338fb7e75f3

Thomas de Grivel 2018-06-15T19:36:08

debug

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/thot.lisp b/thot.lisp
index 2978bd4..4a86092 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -519,7 +519,7 @@ The requested url "
                 (when (find errno '(errno:+epipe+
                                     errno:+econnreset+))
                   (when (debug-p :thot)
-                    (format t "err ~&~A~%" condition)
+                    (format t "~&WARN request-cont ~A~%" condition)
                     (force-output))
                   (return-from request-cont))))))
         (loop