Author: dgorbachev
Date: Fri Jun 1 20:09:23 2007
New Revision: 26958
URL:
http://svn.reactos.org/svn/reactos?rev=26958&view=rev
Log:
Use DbgPrint() to print confusing debug message. (Bug #2224).
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c Fri Jun 1 20:09:23 2007
@@ -47,7 +47,7 @@
return TRUE;
}
- printf("No APM BIOS found\n");
+ DbgPrint((DPRINT_HWDETECT, "No APM BIOS found\n"));
return FALSE;
}