projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c37643
)
[WIN32K] This looks more like a normal trace to me. Jim, please review. CORE-9604...
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 29 Nov 2015 17:45:09 +0000
(17:45 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 29 Nov 2015 17:45:09 +0000
(17:45 +0000)
svn path=/trunk/; revision=70203
reactos/win32ss/user/ntuser/misc.c
patch
|
blob
|
history
diff --git
a/reactos/win32ss/user/ntuser/misc.c
b/reactos/win32ss/user/ntuser/misc.c
index
0cb5fd1
..
6097559
100644
(file)
--- a/
reactos/win32ss/user/ntuser/misc.c
+++ b/
reactos/win32ss/user/ntuser/misc.c
@@
-228,7
+228,7
@@
NtUserGetThreadState(
{
PUSER_SENT_MESSAGE Message =
((PTHREADINFO)PsGetCurrentThreadWin32Thread())->pusmCurrent;
-
ERR
("THREADSTATE_INSENDMESSAGE\n");
+
TRACE
("THREADSTATE_INSENDMESSAGE\n");
ret = ISMEX_NOSEND;
if (Message)