From a842b4f76e1fc7c95cc913c3522363149b0dce4e Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 22:30:27 +0000 Subject: Er oops, fix previous. --- hunt/huntd/support.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd') diff --git a/hunt/huntd/support.c b/hunt/huntd/support.c index a40ab162..e08b0fa6 100644 --- a/hunt/huntd/support.c +++ b/hunt/huntd/support.c @@ -1,4 +1,4 @@ -/* $NetBSD: support.c,v 1.1 2014/03/29 22:29:55 dholland Exp $ */ +/* $NetBSD: support.c,v 1.2 2014/03/29 22:30:27 dholland Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,7 +36,7 @@ #include "hunt.h" -__RCSID("$NetBSD: support.c,v 1.1 2014/03/29 22:29:55 dholland Exp $"); +__RCSID("$NetBSD: support.c,v 1.2 2014/03/29 22:30:27 dholland Exp $"); void complain(int level, const char *fmt, ...) @@ -54,7 +54,7 @@ complain(int level, const char *fmt, ...) syslog(level, "%s", buf); #else (void)level; - vwarn("accept"); + vwarn(fmt, ap); #endif va_end(ap); } -- cgit v1.2.3-56-ge451