Skip to content

Commit 69474b3

Browse files
authored
[NTOS:OB] Replace the joke debug print in NtWaitForMultipleObjects with a proper diagnostic (reactos#9163)
Addendum to commit f543c86 (r69399).
1 parent ea313e6 commit 69474b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ntoskrnl/ob/obwait.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ NtWaitForMultipleObjects(IN ULONG ObjectCount,
115115
if (PreviousMode == KernelMode)
116116
{
117117
/* But don't fail silently */
118-
DbgPrint("Mon dieu! Covering up for BAD driver passing invalid pointer (0x%p)! Hon hon hon!\n", HandleArray);
118+
DPRINT1("Kernel-mode caller passed an invalid HandleArray pointer (0x%p)\n", HandleArray);
119119
}
120120

121121
/* Return the exception code */

0 commit comments

Comments
 (0)