[SHELL32] Silence a noisy DPRINT.

This commit is contained in:
Hermès Bélusca-Maïto 2018-07-29 17:39:09 +02:00
parent 3b6faba11a
commit 74adcadbd0
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -1510,7 +1510,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;
}