[RTL] Make a RtlQueryEnvironmentVariable_U() DPRINT a little bit more useful.

This commit is contained in:
Hermès Bélusca-Maïto 2018-10-13 19:44:13 +02:00
parent f3ea47d94d
commit 47d539e6e0
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -681,7 +681,7 @@ RtlGetFullPathName_Ustr(
goto Quit;
default:
DPRINT1("RtlQueryEnvironmentVariable_U returned 0x%08lx\n", Status);
DPRINT1("RtlQueryEnvironmentVariable_U(\"%wZ\") returned 0x%08lx\n", &EnvVarName, Status);
EnvVarNameBuffer[0] = NewDrive;
EnvVarNameBuffer[1] = L':';