[bknr-cvs] hans changed trunk/thirdparty/hunchentoot/acceptor.lisp

BKNR Commits bknr at bknr.net
Tue Jun 8 06:35:15 UTC 2010


Revision: 4554
Author: hans
URL: http://bknr.net/trac/changeset/4554

Simplified and working format string in error output generation,
thanks to Stas Boukarev.

U   trunk/thirdparty/hunchentoot/acceptor.lisp

Modified: trunk/thirdparty/hunchentoot/acceptor.lisp
===================================================================
--- trunk/thirdparty/hunchentoot/acceptor.lisp	2010-06-04 06:59:34 UTC (rev 4553)
+++ trunk/thirdparty/hunchentoot/acceptor.lisp	2010-06-08 06:35:15 UTC (rev 4554)
@@ -439,7 +439,7 @@
                   (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





More information about the Bknr-cvs mailing list