Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/iscsi make the iscsi attached message aprint_verbose...
details: https://anonhg.NetBSD.org/src/rev/d004a27eaad8
branches: trunk
changeset: 932693:d004a27eaad8
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed May 13 21:59:45 2020 +0000
description:
make the iscsi attached message aprint_verbose(), no need to show normally
diffstat:
sys/dev/iscsi/iscsi_main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9311b99ffc92 -r d004a27eaad8 sys/dev/iscsi/iscsi_main.c
--- a/sys/dev/iscsi/iscsi_main.c Wed May 13 21:44:30 2020 +0000
+++ b/sys/dev/iscsi/iscsi_main.c Wed May 13 21:59:45 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsi_main.c,v 1.32 2019/10/01 18:00:08 chs Exp $ */
+/* $NetBSD: iscsi_main.c,v 1.33 2020/05/13 21:59:45 jdolecek Exp $ */
/*-
* Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc.
@@ -250,7 +250,7 @@
if (!pmf_device_register(self, NULL, NULL))
aprint_error_dev(self, "couldn't establish power handler\n");
- aprint_normal("%s: attached. major = %d\n", iscsi_cd.cd_name,
+ aprint_verbose("%s: attached. major = %d\n", iscsi_cd.cd_name,
cdevsw_lookup_major(&iscsi_cdevsw));
}
Home |
Main Index |
Thread Index |
Old Index