Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern put back line accidentally removed.
details: https://anonhg.NetBSD.org/src/rev/3373f783548f
branches: trunk
changeset: 999137:3373f783548f
user: christos <christos%NetBSD.org@localhost>
date: Tue May 21 04:57:02 2019 +0000
description:
put back line accidentally removed.
diffstat:
sys/kern/subr_prf.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d957d18376e3 -r 3373f783548f sys/kern/subr_prf.c
--- a/sys/kern/subr_prf.c Tue May 21 04:55:07 2019 +0000
+++ b/sys/kern/subr_prf.c Tue May 21 04:57:02 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_prf.c,v 1.180 2019/05/21 04:55:07 christos Exp $ */
+/* $NetBSD: subr_prf.c,v 1.181 2019/05/21 04:57:02 christos Exp $ */
/*-
* Copyright (c) 1986, 1988, 1991, 1993
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.180 2019/05/21 04:55:07 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.181 2019/05/21 04:57:02 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -866,6 +866,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