mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 01:10:26 +00:00
[WINSRV] usersrv: Fix a wrong debug print
This commit is contained in:
parent
8ebff93b35
commit
cb2dcc0a2f
1 changed files with 2 additions and 3 deletions
|
@ -755,8 +755,7 @@ UserClientShutdown(IN PCSR_PROCESS CsrProcess,
|
|||
/* Do not kill Winlogon */
|
||||
if (CsrProcess->ClientId.UniqueProcess == UlongToHandle(LogonProcessId))
|
||||
{
|
||||
DPRINT("Not killing %s; CsrProcess->ShutdownFlags = %lu\n",
|
||||
CsrProcess->ClientId.UniqueProcess == NtCurrentProcess() ? "CSRSS" : "Winlogon",
|
||||
DPRINT("Not killing Winlogon; CsrProcess->ShutdownFlags = %lu\n",
|
||||
CsrProcess->ShutdownFlags);
|
||||
|
||||
/* Returning CsrShutdownCsrProcess means that we handled this process by doing nothing */
|
||||
|
|
Loading…
Reference in a new issue