From 218e61c915d94de31501534994bcdbac8992b6bf Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 4 Aug 1996 20:04:57 +0000 Subject: [PATCH] Remove a spurious message. --- sys/i386/isa/b004.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/isa/b004.c b/sys/i386/isa/b004.c index 71cc66f4518..a878fce877b 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); }