mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Silence debug message
svn path=/trunk/; revision=20502
This commit is contained in:
parent
20c1c8ae3b
commit
ff25a31bce
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue