From: Gerd Flaig Date: Sat, 10 Aug 2013 14:51:01 +0000 (+0200) Subject: adapt to newer hunchentoot X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=refs%2Fheads%2Fxdump-nopack adapt to newer hunchentoot --- diff --git a/log.lisp b/log.lisp index 8aeec2f..4c916da 100644 --- a/log.lisp +++ b/log.lisp @@ -1,6 +1,6 @@ (in-package :empire-log) -(defvar *user-log-path* #p"/tmp/") +(defvar *user-log-prefix* #p"/tmp/") (defun info (&rest args) (apply #'format *standard-output* args)