[WININET]

- Missing the USERPROFILE variable is a critical bug, so inform us about it with an ERR instead of a TRACE
CORE-10381

svn path=/trunk/; revision=69634
This commit is contained in:
Thomas Faber
2015-10-21 09:00:13 +00:00
parent d86d39947c
commit 305cb0aa09
+1 -1
View File
@@ -750,7 +750,7 @@ static void cache_containers_init(void)
/* ReactOS r50916 */
if (GetEnvironmentVariableW(UserProfile, NULL, 0) == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND)
{
TRACE("Environment variable 'USERPROFILE' does not exist!\n");
ERR("Environment variable 'USERPROFILE' does not exist!\n");
return;
}