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/f833f9e94b30
branches:  trunk
changeset: 451403:f833f9e94b30
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 24a81c6b93d6 -r f833f9e94b30 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