https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bbc97e964f12ebdfaf587…
commit bbc97e964f12ebdfaf5874d66824aa7395e0b027
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Fri Jan 24 20:08:20 2020 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Wed Jan 29 22:58:43 2020 +0100
[WIN32SS] Demote a trace message
---
win32ss/user/ntuser/msgqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/win32ss/user/ntuser/msgqueue.c b/win32ss/user/ntuser/msgqueue.c
index 04d2e06ef94..2f5d324c1ce 100644
--- a/win32ss/user/ntuser/msgqueue.c
+++ b/win32ss/user/ntuser/msgqueue.c
@@ -2199,7 +2199,7 @@ MsqIsHung(PTHREADINFO pti, DWORD TimeOut)
!PsGetThreadFreezeCount(pti->pEThread) &&
!(pti->ppi->W32PF_flags & W32PF_APPSTARTING))
{
- ERR("\nMsqIsHung(pti %p, TimeOut %lu)\n"
+ TRACE("\nMsqIsHung(pti %p, TimeOut %lu)\n"
"pEThread %p, ThreadsProcess %p, ImageFileName '%s'\n"
"dwTimeStamp = %lu\n"
"pti->pcti->timeLastRead = %lu\n"