[0.4.9][SHELL32] Silence a noisy DPRINT.

It gets triggered several times during the setup, but also many times
when browsing with Opera 12.18 for example.

picked from 0.4.10-dev-380-g 74adcadbd0
This commit is contained in:
Joachim Henze 2020-12-21 04:25:35 +01:00
parent b63b4cb386
commit 67072615c2

View file

@ -1458,7 +1458,7 @@ BOOL _SHGetUserProfileDirectoryW(HANDLE hToken, LPWSTR szPath, LPDWORD lpcchPath
{
result = GetUserProfileDirectoryW(hToken, szPath, lpcchPath);
}
DbgPrint("_SHGetUserProfileDirectoryW returning %S\n", szPath);
TRACE("_SHGetUserProfileDirectoryW returning %S\n", szPath);
return result;
}