Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa Improve the error log message to use product nam...
details: https://anonhg.NetBSD.org/src/rev/589c96cdb71c
branches: trunk
changeset: 358118:589c96cdb71c
user: knakahara <knakahara%NetBSD.org@localhost>
date: Wed Dec 13 00:31:46 2017 +0000
description:
Improve the error log message to use product name. Implemeted by s-yamaguchi@IIJ, reviewed by msaitoh@n.o.
I just commit by proxy.
diffstat:
sys/dev/isa/wbsio.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 8cd6a6ec26a8 -r 589c96cdb71c sys/dev/isa/wbsio.c
--- a/sys/dev/isa/wbsio.c Wed Dec 13 00:29:02 2017 +0000
+++ b/sys/dev/isa/wbsio.c Wed Dec 13 00:31:46 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wbsio.c,v 1.19 2017/12/13 00:29:02 knakahara Exp $ */
+/* $NetBSD: wbsio.c,v 1.20 2017/12/13 00:31:46 knakahara Exp $ */
/* $OpenBSD: wbsio.c,v 1.10 2015/03/14 03:38:47 jsg Exp $ */
/*
* Copyright (c) 2008 Mark Kettenis <kettenis%openbsd.org@localhost>
@@ -470,7 +470,8 @@
sc->sc_gpio_rt = true;
break;
default:
- aprint_error_dev(parent, "GPIO is not supported\n");
+ aprint_error_dev(parent, "%s's GPIO is not supported yet\n",
+ product->str);
return -1;
}
Home |
Main Index |
Thread Index |
Old Index