From: Gé van Geldorp Date: Sun, 1 Jan 2006 11:34:59 +0000 (+0000) Subject: Silence debug message X-Git-Tag: backups/expat-rbuild@40467~648 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ff25a31bce575ef216c1e2c5f8639bab96f74090 Silence debug message svn path=/trunk/; revision=20502 --- diff --git a/reactos/lib/rtl/env.c b/reactos/lib/rtl/env.c index e3ba839f2f8..31ab8fe942f 100644 --- a/reactos/lib/rtl/env.c +++ b/reactos/lib/rtl/env.c @@ -567,7 +567,7 @@ RtlQueryEnvironmentVariable_U(PWSTR Environment, if (SysEnvUsed == TRUE) RtlReleasePebLock(); - DPRINT1("Return STATUS_VARIABLE_NOT_FOUND: %wZ\n", Name); + DPRINT("Return STATUS_VARIABLE_NOT_FOUND: %wZ\n", Name); return(STATUS_VARIABLE_NOT_FOUND); }