mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +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…
Add table
Add a link
Reference in a new issue