Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Change a aprint_verbose into aprint_debug - the ...



details:   https://anonhg.NetBSD.org/src/rev/daa23ccee03a
branches:  trunk
changeset: 839061:daa23ccee03a
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 06 08:37:12 2019 +0000

description:
Change a aprint_verbose into aprint_debug - the message does not add
real value to the dmesg(8) output.

diffstat:

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

diffs (27 lines):

diff -r ac08b354b284 -r daa23ccee03a sys/dev/i2c/dbcool.c
--- a/sys/dev/i2c/dbcool.c      Wed Feb 06 08:31:38 2019 +0000
+++ b/sys/dev/i2c/dbcool.c      Wed Feb 06 08:37:12 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dbcool.c,v 1.53 2019/02/03 11:58:02 mrg Exp $ */
+/*     $NetBSD: dbcool.c,v 1.54 2019/02/06 08:37:12 martin Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.53 2019/02/03 11:58:02 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.54 2019/02/06 08:37:12 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1884,7 +1884,7 @@
                        return i;
                }
 
-       aprint_verbose("dbcool_chip_ident: addr 0x%02x c_id 0x%02x d_id 0x%02x"
+       aprint_debug("dbcool_chip_ident: addr 0x%02x c_id 0x%02x d_id 0x%02x"
                        " r_id 0x%02x: No match.\n", dc->dc_addr, c_id, d_id,
                        r_id);
 



Home | Main Index | Thread Index | Old Index