[WIN32SS] Demote a trace message

This commit is contained in:
Mark Jansen 2020-01-24 20:08:20 +01:00
parent 09edc062ba
commit bbc97e964f
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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"