aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-09-07 14:52:44 -0500
committerColin Okay <okay@toyful.space>2021-09-07 14:52:44 -0500
commit8b3bda6214c8eef159f98e26139b67b67cccbbbd (patch)
tree5ef5e4da3db6d06d3dd47f6be14f8a95f38274d7
parentc57cf07e31037e2d1cfe9a697de7bc228e0290dc (diff)
moo
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
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)))))