mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
Use DbgPrint() to print confusing debug message. (Bug #2224).
svn path=/trunk/; revision=26958
This commit is contained in:
parent
4fc04f9002
commit
2d9779cd5f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ FindApmBios(VOID)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("No APM BIOS found\n");
|
DbgPrint((DPRINT_HWDETECT, "No APM BIOS found\n"));
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue