mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[WINLOGON]
Add missing newline to a TRACE message. svn path=/trunk/; revision=47122
This commit is contained in:
parent
4c417355a6
commit
3c586a19b2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ PlayLogonSoundThread(
|
||||||
if (!hService)
|
if (!hService)
|
||||||
{
|
{
|
||||||
CloseServiceHandle(hSCManager);
|
CloseServiceHandle(hSCManager);
|
||||||
TRACE("WL: failed to open sysaudio Status %x", GetLastError());
|
TRACE("WL: failed to open sysaudio Status %x\n", GetLastError());
|
||||||
ExitThread(0);
|
ExitThread(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue