https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0929e967283990ed8509ef94cfa94c1a02436ec5

commit 0929e967283990ed8509ef94cfa94c1a02436ec5
Author:     Eric Kohl <[email protected]>
AuthorDate: Sun Jan 5 16:56:09 2025 +0100
Commit:     Eric Kohl <[email protected]>
CommitDate: Sun Jan 5 16:56:09 2025 +0100

    [WKSSVC] FIXME --> TRACE
---
 base/services/wkssvc/rpcserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/services/wkssvc/rpcserver.c b/base/services/wkssvc/rpcserver.c
index fc9cf12433b..b27e98f7973 100644
--- a/base/services/wkssvc/rpcserver.c
+++ b/base/services/wkssvc/rpcserver.c
@@ -113,7 +113,7 @@ NetpGetClientLogonId(
         goto done;
     }
 
-    FIXME("Client LUID: %lx\n", Statistics.AuthenticationId.LowPart);
+    TRACE("Client LUID: %lx\n", Statistics.AuthenticationId.LowPart);
     RtlCopyLuid(LogonId, &Statistics.AuthenticationId);
 
 done:

Reply via email to