mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +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) &&
|
!PsGetThreadFreezeCount(pti->pEThread) &&
|
||||||
!(pti->ppi->W32PF_flags & W32PF_APPSTARTING))
|
!(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"
|
"pEThread %p, ThreadsProcess %p, ImageFileName '%s'\n"
|
||||||
"dwTimeStamp = %lu\n"
|
"dwTimeStamp = %lu\n"
|
||||||
"pti->pcti->timeLastRead = %lu\n"
|
"pti->pcti->timeLastRead = %lu\n"
|
||||||
|
|
Loading…
Reference in a new issue