Commit 4c89d567 authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

ntdll: Remove stub from trace.

parent c51c319b
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment