Update domain name to kpe.io
[wol.git] / log.lisp
index 3793720af9e1ef1d0881d059db37d61afe33b83d..a25ac282c53be8157459436ff1c1b9929b27d581 100644 (file)
--- 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))