Daniel Lehman : ntdll: Remove stub from trace.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 5 10:29:33 CDT 2016


Module: wine
Branch: master
Commit: 4c89d567f6d9705b528bd9905399ee0b71a475a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4c89d567f6d9705b528bd9905399ee0b71a475a9

Author: Daniel Lehman <dlehman25 at gmail.com>
Date:   Wed May  4 20:33:07 2016 -0700

ntdll: Remove stub from trace.

Signed-off-by: Daniel Lehman <dlehman25 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/sync.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/sync.c b/dlls/ntdll/sync.c
index 74f7779..bef85a8 100644
--- a/dlls/ntdll/sync.c
+++ b/dlls/ntdll/sync.c
@@ -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 )




More information about the wine-cvs mailing list