X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=log.lisp;h=4c916da652437770d525d5650950b67ed41e41cf;hp=8aeec2f0ec4b5b8fd03a8f00e44630ff731f7996;hb=refs%2Fheads%2Fxdump-nopack;hpb=54e14006564ff34c8249b9ddb357201759d77101 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)