From 898b9151c23c6a84f9599085231de4b26a6e09cd Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sun, 16 Nov 2003 21:42:00 +0000 Subject: Remove an argument to printf that is unused. --- usr.sbin/syslogd/syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index b74007d..f2d0874 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -1111,7 +1111,7 @@ fprintlog(struct filed *f, int flags, const char *msg) /* case ENOBUFS: */ /* case ECONNREFUSED: */ default: - dprintf("removing entry\n", e); + dprintf("removing entry\n"); (void)close(f->f_file); f->f_type = F_UNUSED; break; -- cgit v1.1