Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/crypto/aes Make aes boot message verbose-only.
details: https://anonhg.NetBSD.org/src/rev/19860bc56970
branches: trunk
changeset: 936325:19860bc56970
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jul 25 22:42:03 2020 +0000
description:
Make aes boot message verbose-only.
diffstat:
sys/crypto/aes/aes_impl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5c5a46d9c613 -r 19860bc56970 sys/crypto/aes/aes_impl.c
--- a/sys/crypto/aes/aes_impl.c Sat Jul 25 22:41:31 2020 +0000
+++ b/sys/crypto/aes/aes_impl.c Sat Jul 25 22:42:03 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aes_impl.c,v 1.7 2020/07/25 22:36:42 riastradh Exp $ */
+/* $NetBSD: aes_impl.c,v 1.8 2020/07/25 22:42:03 riastradh Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: aes_impl.c,v 1.7 2020/07/25 22:36:42 riastradh Exp $");
+__KERNEL_RCSID(1, "$NetBSD: aes_impl.c,v 1.8 2020/07/25 22:42:03 riastradh Exp $");
#include <sys/types.h>
#include <sys/kernel.h>
@@ -111,7 +111,7 @@
if (aes_impl == NULL)
panic("AES self-tests failed");
- aprint_normal("aes: %s\n", aes_impl->ai_name);
+ aprint_verbose("aes: %s\n", aes_impl->ai_name);
return 0;
}
Home |
Main Index |
Thread Index |
Old Index