Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/videomode aprint_verbose -> aprint_debug



details:   https://anonhg.NetBSD.org/src/rev/8aaaa2040d7c
branches:  trunk
changeset: 784755:8aaaa2040d7c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 08 16:35:10 2013 +0000

description:
aprint_verbose -> aprint_debug

diffstat:

 sys/dev/videomode/edid.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2af2ce6707cd -r 8aaaa2040d7c sys/dev/videomode/edid.c
--- a/sys/dev/videomode/edid.c  Fri Feb 08 15:22:03 2013 +0000
+++ b/sys/dev/videomode/edid.c  Fri Feb 08 16:35:10 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: edid.c,v 1.11 2011/04/09 22:09:05 christos Exp $ */
+/* $NetBSD: edid.c,v 1.12 2013/02/08 16:35:10 skrll Exp $ */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -32,7 +32,7 @@
  */ 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: edid.c,v 1.11 2011/04/09 22:09:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: edid.c,v 1.12 2013/02/08 16:35:10 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -626,7 +626,7 @@
                if (edid->edid_modes[i].dot_clock > max_dotclock)
                        max_dotclock = edid->edid_modes[i].dot_clock;
 
-       aprint_verbose("max_dotclock according to supported modes: %d\n",
+       aprint_debug("max_dotclock according to supported modes: %d\n",
            max_dotclock);
 
        mhz = (max_dotclock + 999) / 1000;



Home | Main Index | Thread Index | Old Index