mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Silence debug message
svn path=/trunk/; revision=20502
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user