Module Name: src
Committed By: tsutsui
Date: Wed Oct 25 12:59:09 UTC 2023
Modified Files:
src/sys/arch/newsmips/dev: zs_hb.c
Log Message:
Don't use aprint_error(9) for a normal attach message.
Found on testing NetBSD/newsmips 9.3 on NWS-3260 sent from
ryo@'s belongings.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/newsmips/dev/zs_hb.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/arch/newsmips/dev/zs_hb.c
diff -u src/sys/arch/newsmips/dev/zs_hb.c:1.29 src/sys/arch/newsmips/dev/zs_hb.c:1.30
--- src/sys/arch/newsmips/dev/zs_hb.c:1.29 Sat Aug 7 16:19:01 2021
+++ src/sys/arch/newsmips/dev/zs_hb.c Wed Oct 25 12:59:09 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: zs_hb.c,v 1.29 2021/08/07 16:19:01 thorpej Exp $ */
+/* $NetBSD: zs_hb.c,v 1.30 2023/10/25 12:59:09 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_hb.c,v 1.29 2021/08/07 16:19:01 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_hb.c,v 1.30 2023/10/25 12:59:09 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -214,7 +214,7 @@ zs_hb_attach(device_t parent, device_t s
#endif
}
- aprint_error(" level %d\n", intlevel);
+ aprint_normal(" level %d\n", intlevel);
zs_delay = zs_hb_delay;