[NTOS:MM]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 28 Aug 2016 08:17:03 +0000 (08:17 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 28 Aug 2016 08:17:03 +0000 (08:17 +0000)
- Improve a debug print

svn path=/trunk/; revision=72482

reactos/ntoskrnl/mm/i386/page.c

index 457b794..b371c12 100644 (file)
@@ -765,7 +765,7 @@ MmCreateVirtualMappingUnsafe(PEPROCESS Process,
         /* There should not be anything valid here */
         if (Pte != 0)
         {
-            DPRINT1("Bad PTE %lx\n", Pte);
+            DPRINT1("Bad PTE %lx at %p for %p + %lu\n", Pte, Pt, Address, i);
             KeBugCheck(MEMORY_MANAGEMENT);
         }