mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[RTL] Make a RtlQueryEnvironmentVariable_U() DPRINT a little bit more useful.
This commit is contained in:
parent
f3ea47d94d
commit
47d539e6e0
1 changed files with 1 additions and 1 deletions
|
@ -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':';
|
||||
|
|
Loading…
Reference in a new issue