diff options
author | phk <phk@FreeBSD.org> | 1996-08-04 20:04:57 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-08-04 20:04:57 +0000 |
commit | 6f2088ae442e431b3ffcb262e9008914a103039e (patch) | |
tree | 9e8049a9dcb866a307bf793c0ce59a2a27d6c7ef | |
parent | 6248c0458735dcfb6edffa806e35759d72d19dc9 (diff) | |
download | FreeBSD-src-6f2088ae442e431b3ffcb262e9008914a103039e.zip FreeBSD-src-6f2088ae442e431b3ffcb262e9008914a103039e.tar.gz |
Remove a spurious message.
-rw-r--r-- | sys/i386/isa/b004.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/b004.c b/sys/i386/isa/b004.c index 71cc66f..a878fce 100644 --- a/sys/i386/isa/b004.c +++ b/sys/i386/isa/b004.c @@ -665,7 +665,7 @@ bquprobe(struct isa_device *idp) } if (!found){ - printf("b004probe(): no B004-board found.\n"); + DEB(printf("b004probe(): no B004-board found.\n")); return (0); } |