mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[SHELL32] Silence a noisy DPRINT.
This commit is contained in:
parent
3b6faba11a
commit
74adcadbd0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue