mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
- Silence debug spam
svn path=/trunk/; revision=38109
This commit is contained in:
parent
e50e0d8646
commit
ab621541ae
1 changed files with 4 additions and 4 deletions
|
@ -452,7 +452,7 @@ WaitForLSA(VOID)
|
|||
HANDLE hEvent;
|
||||
DWORD dwError;
|
||||
|
||||
DPRINT1("WaitForLSA() called\n");
|
||||
DPRINT("WaitForLSA() called\n");
|
||||
|
||||
hEvent = CreateEventW(NULL,
|
||||
TRUE,
|
||||
|
@ -476,13 +476,13 @@ WaitForLSA(VOID)
|
|||
}
|
||||
}
|
||||
|
||||
DPRINT1("Wait for LSA!\n");
|
||||
DPRINT("Wait for LSA!\n");
|
||||
WaitForSingleObject(hEvent, INFINITE);
|
||||
DPRINT1("LSA is available!\n");
|
||||
DPRINT("LSA is available!\n");
|
||||
|
||||
CloseHandle(hEvent);
|
||||
|
||||
DPRINT1("WaitForLSA() done\n");
|
||||
DPRINT("WaitForLSA() done\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue