[NTOS:OB] Replace the joke debug print in NtWaitForMultipleObjects with a proper diagnostic (#9163)

Addendum to commit f543c860f7 (r69399).
This commit is contained in:
Ahmed Arif
2026-06-16 18:06:18 +03:00
committed by GitHub
parent ea313e6129
commit 69474b3190
+1 -1
View File
@@ -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 */