summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-03-28 00:20:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-03-28 00:20:04 +0000
commitfaadcb3bca6eedf6bfa81f104a8709452d6a4ef9 (patch)
tree4b5e3093371b082b2285468881a92e1cb8381bf6 /sys
parent0ddc67b8dce1797fee3bc4f81c0bfb07b71642ed (diff)
Better message to report an empty loop during probe.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/hil/hil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/hil.c b/sys/dev/hil/hil.c
index a13c2f175a2..3173d207988 100644
--- a/sys/dev/hil/hil.c
+++ b/sys/dev/hil/hil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hil.c,v 1.8 2003/03/16 02:01:15 miod Exp $ */
+/* $OpenBSD: hil.c,v 1.9 2003/03/28 00:20:03 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -225,7 +225,7 @@ hil_attach_deferred(void *v)
}
if (tries == 0 || (db & LPS_CONFFAIL)) {
- printf("%s: loop failed to reconfigure\n", sc->sc_dev.dv_xname);
+ printf("%s: no devices\n", sc->sc_dev.dv_xname);
return;
}