Module Name:    src
Committed By:   martin
Date:           Wed Feb  6 08:37:12 UTC 2019

Modified Files:
        src/sys/dev/i2c: dbcool.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/i2c/dbcool.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/i2c/dbcool.c
diff -u src/sys/dev/i2c/dbcool.c:1.53 src/sys/dev/i2c/dbcool.c:1.54
--- src/sys/dev/i2c/dbcool.c:1.53	Sun Feb  3 11:58:02 2019
+++ src/sys/dev/i2c/dbcool.c	Wed Feb  6 08:37:12 2019
@@ -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 @@ dbcool_chip_ident(struct dbcool_chipset 
 			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);
 

Reply via email to