Module Name: src
Committed By: christos
Date: Tue May 21 04:57:02 UTC 2019
Modified Files:
src/sys/kern: subr_prf.c
Log Message:
put back line accidentally removed.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/kern/subr_prf.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/kern/subr_prf.c
diff -u src/sys/kern/subr_prf.c:1.180 src/sys/kern/subr_prf.c:1.181
--- src/sys/kern/subr_prf.c:1.180 Tue May 21 00:55:07 2019
+++ src/sys/kern/subr_prf.c Tue May 21 00:57:02 2019
@@ -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 @@ aprint_error_internal(const char *prefix
if (prefix)
kprintf_internal("%s: ", flags, NULL, NULL, prefix);
+ kprintf_internal("autoconfiguration error: ", TOLOG, NULL, NULL);
kprintf(fmt, flags, NULL, NULL, ap);
kprintf_unlock();