ntdll: Remove stub from trace.

Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Daniel Lehman 2016-05-04 20:33:07 -07:00 committed by Alexandre Julliard
parent c51c319b9f
commit 4c89d567f6
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ NTSTATUS WINAPI NtSetTimer(IN HANDLE handle,
{
NTSTATUS status = STATUS_SUCCESS;
TRACE("(%p,%p,%p,%p,%08x,0x%08x,%p) stub\n",
TRACE("(%p,%p,%p,%p,%08x,0x%08x,%p)\n",
handle, when, callback, callback_arg, resume, period, state);
SERVER_START_REQ( set_timer )