From 3c586a19b2b47bea041c23e5c7889b8cee2efa6b Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 8 May 2010 13:07:40 +0000 Subject: [PATCH] [WINLOGON] Add missing newline to a TRACE message. svn path=/trunk/; revision=47122 --- reactos/base/system/winlogon/winlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }