mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:OB] Replace the joke debug print in NtWaitForMultipleObjects with a proper diagnostic (#9163)
Addendum to commit f543c860f7 (r69399).
This commit is contained in:
@@ -115,7 +115,7 @@ NtWaitForMultipleObjects(IN ULONG ObjectCount,
|
||||
if (PreviousMode == KernelMode)
|
||||
{
|
||||
/* But don't fail silently */
|
||||
DbgPrint("Mon dieu! Covering up for BAD driver passing invalid pointer (0x%p)! Hon hon hon!\n", HandleArray);
|
||||
DPRINT1("Kernel-mode caller passed an invalid HandleArray pointer (0x%p)\n", HandleArray);
|
||||
}
|
||||
|
||||
/* Return the exception code */
|
||||
|
||||
Reference in New Issue
Block a user