mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[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:
parent
b63b4cb386
commit
67072615c2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue