mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Use DbgPrint() to print confusing debug message. (Bug #2224).
svn path=/trunk/; revision=26958
This commit is contained in:
@@ -47,7 +47,7 @@ FindApmBios(VOID)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
printf("No APM BIOS found\n");
|
||||
DbgPrint((DPRINT_HWDETECT, "No APM BIOS found\n"));
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user