mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[RTL] Make a RtlQueryEnvironmentVariable_U() DPRINT a little bit more useful.
This commit is contained in:
+1
-1
@@ -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