mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[NTOS:OB]
- Improve DPRINT in NtWaitForMultipleObjects svn path=/trunk/; revision=69277
This commit is contained in:
@@ -165,7 +165,7 @@ NtWaitForMultipleObjects(IN ULONG ObjectCount,
|
||||
{
|
||||
/* Fail, handle is invalid */
|
||||
Status = STATUS_INVALID_HANDLE;
|
||||
DPRINT1("Invalid handle passed to NtWaitForMultipleObjects\n");
|
||||
DPRINT1("Invalid handle %p passed to NtWaitForMultipleObjects\n", Handles[i]);
|
||||
goto Quickie;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user