mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
[RTL] Demote this print as we'll be notified when failure occurs.
svn path=/trunk/; revision=72850
This commit is contained in:
parent
c27310bf96
commit
d3aebbcedc
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ RtlpDphFreeVm(PVOID Base, SIZE_T Size, ULONG Type)
|
||||||
|
|
||||||
/* Free the memory */
|
/* Free the memory */
|
||||||
Status = RtlpSecMemFreeVirtualMemory(NtCurrentProcess(), &Base, &Size, Type);
|
Status = RtlpSecMemFreeVirtualMemory(NtCurrentProcess(), &Base, &Size, Type);
|
||||||
DPRINT1("Page heap: FreeVm (%p, %Ix, %x) status %x \n", Base, Size, Type, Status);
|
DPRINT("Page heap: FreeVm (%p, %Ix, %x) status %x \n", Base, Size, Type, Status);
|
||||||
/* Log/report failures */
|
/* Log/report failures */
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue