diff --git a/dll/win32/shell32/wine/shellpath.c b/dll/win32/shell32/wine/shellpath.c index 2637c179d55..d1a3ada74e4 100644 --- a/dll/win32/shell32/wine/shellpath.c +++ b/dll/win32/shell32/wine/shellpath.c @@ -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; }