mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[SHELL32] Silence a noisy DPRINT.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user