Module Name: src
Committed By: jmcneill
Date: Wed Jan 9 01:58:00 UTC 2013
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
aprint_verbose -> aprint_debug
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/wsfb/genfb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/wsfb/genfb.c
diff -u src/sys/dev/wsfb/genfb.c:1.48 src/sys/dev/wsfb/genfb.c:1.49
--- src/sys/dev/wsfb/genfb.c:1.48 Thu Apr 12 22:36:15 2012
+++ src/sys/dev/wsfb/genfb.c Wed Jan 9 01:57:59 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: genfb.c,v 1.48 2012/04/12 22:36:15 macallan Exp $ */
+/* $NetBSD: genfb.c,v 1.49 2013/01/09 01:57:59 jmcneill Exp $ */
/*-
* Copyright (c) 2007 Michael Lorenz
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.48 2012/04/12 22:36:15 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.49 2013/01/09 01:57:59 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -61,7 +61,7 @@ __KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.
#ifdef GENFB_DEBUG
#define GPRINTF panic
#else
-#define GPRINTF aprint_verbose
+#define GPRINTF aprint_debug
#endif
#define GENFB_BRIGHTNESS_STEP 15