https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47d539e6e00bd04d21af5ff42f0815efc423facd

commit 47d539e6e00bd04d21af5ff42f0815efc423facd
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Oct 13 19:44:13 2018 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sat Oct 13 19:44:13 2018 +0200

    [RTL] Make a RtlQueryEnvironmentVariable_U() DPRINT a little bit more 
useful.
---
 sdk/lib/rtl/path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/lib/rtl/path.c b/sdk/lib/rtl/path.c
index b52b24cd8b..7639424d0a 100644
--- a/sdk/lib/rtl/path.c
+++ b/sdk/lib/rtl/path.c
@@ -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':';

Reply via email to