X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=log.lisp;h=a25ac282c53be8157459436ff1c1b9929b27d581;hb=115593575b49ab252692a959380e94707e385de3;hp=3793720af9e1ef1d0881d059db37d61afe33b83d;hpb=155f1c55e5b3cfb5efc0fa3a87aca4843b418415;p=wol.git diff --git a/log.lisp b/log.lisp index 3793720..a25ac28 100644 --- a/log.lisp +++ b/log.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: log.lisp,v 1.1 2003/07/16 16:40:35 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -15,4 +15,5 @@ (in-package #:wol) (defun add-log-entry (project fmt &rest args) + (declare (ignore project)) (apply #'cmsg fmt args))