From 2d9779cd5f6665e0663e8fb4739b978ef4294789 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Fri, 1 Jun 2007 16:09:23 +0000 Subject: [PATCH] Use DbgPrint() to print confusing debug message. (Bug #2224). svn path=/trunk/; revision=26958 --- reactos/boot/freeldr/freeldr/arch/i386/hwapm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c b/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c index e2a46370fdf..cbc3fe39be6 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c @@ -47,7 +47,7 @@ FindApmBios(VOID) return TRUE; } - printf("No APM BIOS found\n"); + DbgPrint((DPRINT_HWDETECT, "No APM BIOS found\n")); return FALSE; }