mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[WIN32SS] Demote a trace message
This commit is contained in:
parent
09edc062ba
commit
bbc97e964f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue