Use DbgPrint() to print confusing debug message. (Bug #2224).

svn path=/trunk/; revision=26958
This commit is contained in:
Dmitry Gorbachev 2007-06-01 16:09:23 +00:00
parent 4fc04f9002
commit 2d9779cd5f

View file

@ -47,7 +47,7 @@ FindApmBios(VOID)
return TRUE;
}
printf("No APM BIOS found\n");
DbgPrint((DPRINT_HWDETECT, "No APM BIOS found\n"));
return FALSE;
}