projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c41735
)
[WINLOGON]
author
Eric Kohl
<eric.kohl@reactos.org>
Sat, 8 May 2010 13:07:40 +0000
(13:07 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Sat, 8 May 2010 13:07:40 +0000
(13:07 +0000)
Add missing newline to a TRACE message.
svn path=/trunk/; revision=47122
reactos/base/system/winlogon/winlogon.c
patch
|
blob
|
history
diff --git
a/reactos/base/system/winlogon/winlogon.c
b/reactos/base/system/winlogon/winlogon.c
index
7953566
..
f711cf3
100644
(file)
--- 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);
}