diff options
Diffstat (limited to 'lazybones.lisp')
-rw-r--r-- | lazybones.lisp | 2 |
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))))) |