diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-02 17:10:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-02 17:10:04 +0000 |
commit | 88ed180cb445962943acea602859fb869a5b4e53 (patch) | |
tree | 2280708d5bc4580ae655523691b52756c88578f6 | |
parent | d52f4cdbd74b5f0613e44b9af623a042ae3a8ee2 (diff) |
Dmesg nit
-rw-r--r-- | sys/dev/sbus/isp_sbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/isp_sbus.c b/sys/dev/sbus/isp_sbus.c index d996af57688..d7463c37d43 100644 --- a/sys/dev/sbus/isp_sbus.c +++ b/sys/dev/sbus/isp_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_sbus.c,v 1.6 2003/06/24 21:54:38 henric Exp $ */ +/* $OpenBSD: isp_sbus.c,v 1.7 2005/03/02 17:10:03 miod Exp $ */ /* $NetBSD: isp_sbus.c,v 1.46 2001/09/26 20:53:14 eeh Exp $ */ /* @@ -161,7 +161,7 @@ isp_sbus_attach(struct device *parent, struct device *self, void *aux) struct isp_sbussoftc *sbc = (struct isp_sbussoftc *) self; struct ispsoftc *isp = &sbc->sbus_isp; - printf(" for %s\n", sa->sa_name); + printf(": %s\n", sa->sa_name); sbc->sbus_bustag = sa->sa_bustag; if (sa->sa_nintr != 0) |