X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=log.lisp;h=4a8cde2d8e125e460c5597c3dc854ed1a305ea14;hb=ca586910648f4844e335d92f23e619fd2b84f969;hp=3793720af9e1ef1d0881d059db37d61afe33b83d;hpb=fe6fd1cd39dd145adb1c479cab619a2ce6d1c3eb;p=wol.git diff --git a/log.lisp b/log.lisp index 3793720..4a8cde2 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: log.lisp,v 1.2 2003/08/10 17:56:44 kevin Exp $ ;;;; ;;;; 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))