[RTL] Demote this print as we'll be notified when failure occurs.
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 29 Sep 2016 10:00:07 +0000 (10:00 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 29 Sep 2016 10:00:07 +0000 (10:00 +0000)
svn path=/trunk/; revision=72850

reactos/sdk/lib/rtl/heappage.c

index 3d11e5f..7dde225 100644 (file)
@@ -358,7 +358,7 @@ RtlpDphFreeVm(PVOID Base, SIZE_T Size, ULONG Type)
 
     /* Free the memory */
     Status = RtlpSecMemFreeVirtualMemory(NtCurrentProcess(), &Base, &Size, 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))
     {
     /* Log/report failures */
     if (!NT_SUCCESS(Status))
     {