Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dm Don't spam the console with debug messages.



details:   https://anonhg.NetBSD.org/src/rev/26d7cb18a7b2
branches:  trunk
changeset: 748210:26d7cb18a7b2
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Oct 16 21:23:08 2009 +0000

description:
Don't spam the console with debug messages.

diffstat:

 sys/dev/dm/device-mapper.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2576da073184 -r 26d7cb18a7b2 sys/dev/dm/device-mapper.c
--- a/sys/dev/dm/device-mapper.c        Fri Oct 16 21:00:41 2009 +0000
+++ b/sys/dev/dm/device-mapper.c        Fri Oct 16 21:23:08 2009 +0000
@@ -1,4 +1,4 @@
-/*        $NetBSD: device-mapper.c,v 1.8 2009/06/27 16:10:25 jakllsch Exp $ */
+/*        $NetBSD: device-mapper.c,v 1.9 2009/10/16 21:23:08 joerg Exp $ */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -316,7 +316,7 @@
                if ((dmv = dm_dev_lookup(NULL, NULL, minor(dev))) == NULL)
                        return ENOENT;
                        
-               aprint_normal("DIOCGWEDGEINFO ioctl called\n");
+               aprint_debug("DIOCGWEDGEINFO ioctl called\n");
                
                strlcpy(dkw->dkw_devname, dmv->name, 16);
                strlcpy(dkw->dkw_wname, dmv->name, DM_NAME_LEN);



Home | Main Index | Thread Index | Old Index