From: Eric Kohl Date: Sat, 8 May 2010 13:07:40 +0000 (+0000) Subject: [WINLOGON] X-Git-Tag: backups/header-work@57446~16^2~132 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=3c586a19b2b47bea041c23e5c7889b8cee2efa6b [WINLOGON] Add missing newline to a TRACE message. svn path=/trunk/; revision=47122 --- diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 79535666a82..f711cf38085 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -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); }