[WINLOGON]

Add missing newline to a TRACE message.

svn path=/trunk/; revision=47122
This commit is contained in:
Eric Kohl 2010-05-08 13:07:40 +00:00
parent 4c417355a6
commit 3c586a19b2

View file

@ -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);
} }