mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[RTL] Make a RtlQueryEnvironmentVariable_U() DPRINT a little bit more useful.
This commit is contained in:
@@ -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':';
|
||||
|
||||
Reference in New Issue
Block a user