mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 09:44:49 +08:00
Use vDbgPrintExWithPrefix in EngDebugPrint instead of using DbgPrint and always printing the address of the va_list plus random crap....
svn path=/trunk/; revision=40423
This commit is contained in:
@@ -40,8 +40,11 @@ EngDebugPrint(PCHAR StandardPrefix,
|
||||
PCHAR DebugMessage,
|
||||
va_list ap)
|
||||
{
|
||||
DbgPrint(StandardPrefix);
|
||||
DbgPrint(DebugMessage, ap);
|
||||
DbgPrint("\n");
|
||||
vDbgPrintExWithPrefix(StandardPrefix,
|
||||
-1,
|
||||
DPFLTR_ERROR_LEVEL,
|
||||
DebugMessage,
|
||||
ap);
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user