mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +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)
|
||||
{
|
||||
CloseServiceHandle(hSCManager);
|
||||
TRACE("WL: failed to open sysaudio Status %x", GetLastError());
|
||||
TRACE("WL: failed to open sysaudio Status %x\n", GetLastError());
|
||||
ExitThread(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue