Module Name:    src
Committed By:   dholland
Date:           Sat Mar 29 22:30:28 UTC 2014

Modified Files:
        src/games/hunt/huntd: support.c

Log Message:
Er oops, fix previous.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/hunt/huntd/support.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/hunt/huntd/support.c
diff -u src/games/hunt/huntd/support.c:1.1 src/games/hunt/huntd/support.c:1.2
--- src/games/hunt/huntd/support.c:1.1	Sat Mar 29 22:29:55 2014
+++ src/games/hunt/huntd/support.c	Sat Mar 29 22:30:27 2014
@@ -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);
 }

Reply via email to