Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/kern Pull up following revision(s) (requested by msai...
details: https://anonhg.NetBSD.org/src/rev/f72a8661eb5c
branches: netbsd-8
changeset: 373700:f72a8661eb5c
user: martin <martin%NetBSD.org@localhost>
date: Fri Feb 24 14:17:18 2023 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #1804):
sys/kern/subr_prf.c: revision 1.171
Make identification of accounted aprint_error()s possible by putting a
big ugly "autoconfiguration error: " in the log when they occur.
diffstat:
sys/kern/subr_prf.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 8c2e791cd2a8 -r f72a8661eb5c sys/kern/subr_prf.c
--- a/sys/kern/subr_prf.c Fri Feb 24 13:57:19 2023 +0000
+++ b/sys/kern/subr_prf.c Fri Feb 24 14:17:18 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_prf.c,v 1.160 2016/07/27 09:57:26 skrll Exp $ */
+/* $NetBSD: subr_prf.c,v 1.160.8.1 2023/02/24 14:17:18 martin Exp $ */
/*-
* Copyright (c) 1986, 1988, 1991, 1993
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.160 2016/07/27 09:57:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.160.8.1 2023/02/24 14:17:18 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -907,6 +907,7 @@
if (prefix)
kprintf_internal("%s: ", flags, NULL, NULL, prefix);
+ kprintf_internal("autoconfiguration error: ", TOLOG, NULL, NULL);
kprintf(fmt, flags, NULL, NULL, ap);
kprintf_unlock();
Home |
Main Index |
Thread Index |
Old Index