mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[WKSSVC] FIXME --> TRACE
This commit is contained in:
parent
faf6297972
commit
0929e96728
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue