Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe mark an extremely uncommon, but sometimes ...



details:   https://anonhg.NetBSD.org/src/rev/d4e96532b1e5
branches:  trunk
changeset: 961153:d4e96532b1e5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 11 01:41:12 2021 +0000

description:
mark an extremely uncommon, but sometimes seen, log message
with the function name it comes with.

diffstat:

 sys/dev/raidframe/rf_netbsdkintf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 55f4ac73bf8a -r d4e96532b1e5 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c        Sun Apr 11 01:38:39 2021 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c        Sun Apr 11 01:41:12 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_netbsdkintf.c,v 1.390 2020/09/27 21:39:08 christos Exp $    */
+/*     $NetBSD: rf_netbsdkintf.c,v 1.391 2021/04/11 01:41:12 mrg Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.390 2020/09/27 21:39:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.391 2021/04/11 01:41:12 mrg Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_raid_autoconfig.h"
@@ -1986,7 +1986,7 @@
                /* XXX need to do something extra here.. */
                /* I'm leaving this in, as I've never actually seen it used,
                 * and I'd like folks to report it... GO */
-               printf(("WAKEUP CALLED\n"));
+               printf("%s: WAKEUP CALLED\n", __func__);
                queue->numOutstanding++;
 
                bp->b_flags = 0;



Home | Main Index | Thread Index | Old Index