Module Name: src
Committed By: jdolecek
Date: Wed May 13 21:59:45 UTC 2020
Modified Files:
src/sys/dev/iscsi: iscsi_main.c
Log Message:
make the iscsi attached message aprint_verbose(), no need to show normally
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/iscsi/iscsi_main.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/iscsi/iscsi_main.c
diff -u src/sys/dev/iscsi/iscsi_main.c:1.32 src/sys/dev/iscsi/iscsi_main.c:1.33
--- src/sys/dev/iscsi/iscsi_main.c:1.32 Tue Oct 1 18:00:08 2019
+++ src/sys/dev/iscsi/iscsi_main.c Wed May 13 21:59:45 2020
@@ -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 @@ iscsi_attach(device_t parent, device_t s
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));
}