mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 03:29:42 +00:00
[CONSRV]
Fix a DPRINT. svn path=/branches/ros-csrss/; revision=57728
This commit is contained in:
parent
de31fffea8
commit
feb045c64b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ConioConsoleCtrlEventTimeout(DWORD Event,
|
||||||
{
|
{
|
||||||
HANDLE Thread;
|
HANDLE Thread;
|
||||||
|
|
||||||
DPRINT("ConioConsoleCtrlEvent Parent pProcessIds = %x\n", ProcessData->Process->ClientId.UniqueProcess);
|
DPRINT("ConioConsoleCtrlEvent Parent ProcessId = %x\n", ProcessData->Process->ClientId.UniqueProcess);
|
||||||
|
|
||||||
if (ProcessData->CtrlDispatcher)
|
if (ProcessData->CtrlDispatcher)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue