From 916519d11d218d97ee1da7a3578a4f802fa10041 Mon Sep 17 00:00:00 2001 From: Maciej Pasternacki Date: Thu, 13 Nov 2008 21:25:05 +0100 Subject: [PATCH] - Typo. --- src/common.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.lisp b/src/common.lisp index f5977ed..ceed6df 100644 --- a/src/common.lisp +++ b/src/common.lisp @@ -225,7 +225,7 @@ stamp and (if needed) a unique integer." (defun format-error-report (s e) (format s "Error report from ~A, caught on ~A:~%~%" (machine-instance) (hunchentoot::iso-time)) - (when (boundp '*request*) + (when (boundp 'hunchentoot:*request*) (format-request-details s) (terpri s)) (when *error-context-hook* -- 2.11.4.GIT