[RTL] Demote this print as we'll be notified when failure occurs.

svn path=/trunk/; revision=72850
This commit is contained in:
Amine Khaldi 2016-09-29 10:00:07 +00:00
parent c27310bf96
commit d3aebbcedc

View file

@ -358,7 +358,7 @@ RtlpDphFreeVm(PVOID Base, SIZE_T Size, ULONG Type)
/* Free the memory */
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 */
if (!NT_SUCCESS(Status))
{