From 8b3bda6214c8eef159f98e26139b67b67cccbbbd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 7 Sep 2021 14:52:44 -0500 Subject: moo --- lazybones.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazybones.lisp b/lazybones.lisp index 2d4ca41..2f7dbfb 100644 --- a/lazybones.lisp +++ b/lazybones.lisp @@ -407,7 +407,7 @@ for the request's path." (if *debugging* (invoke-debugger e) (print e *error-output* )) - (http-err 500 "Internal Server Error")))) + (http-err 500 (format nil "Internal Server Error:~%~a" e))))) -- cgit v1.2.3