diff --git a/source/hunchentoot/acceptor.lisp b/source/hunchentoot/acceptor.lisp
index 44b7559..e5da7f1 100644
--- a/source/hunchentoot/acceptor.lisp
+++ b/source/hunchentoot/acceptor.lisp
@@ -439,7 +439,7 @@ handler."
                   (lambda (cond)
                     (when *log-lisp-errors-p*
                       (log-message *lisp-errors-log-level*
-                                   "~A~:[~*~;~%~:*~A~]"
+                                   "~A~:[~;~%~:*~A~]"
                                    cond
                                    (and *log-lisp-backtraces-p* (get-backtrace))))
                     ;; if the headers were already sent, the error
