Author: jgardou
Date: Thu Jan 28 21:30:06 2016
New Revision: 70650

URL: http://svn.reactos.org/svn/reactos?rev=70650&view=rev
Log:
[NTOSKRNL]
 - Silence way too noisy DPRINTs

Modified:
    branches/TransitionPte/ntoskrnl/mm/ARM3/procsup.c

Modified: branches/TransitionPte/ntoskrnl/mm/ARM3/procsup.c
URL: 
http://svn.reactos.org/svn/reactos/branches/TransitionPte/ntoskrnl/mm/ARM3/procsup.c?rev=70650&r1=70649&r2=70650&view=diff
==============================================================================
--- branches/TransitionPte/ntoskrnl/mm/ARM3/procsup.c   [iso-8859-1] (original)
+++ branches/TransitionPte/ntoskrnl/mm/ARM3/procsup.c   [iso-8859-1] Thu Jan 28 
21:30:06 2016
@@ -871,7 +871,7 @@
     if (Wsle == NULL)
     {
         /* Most likely because we don't expand the thing */
-        DPRINT1("Address %p not found in Vm %p.\n", Address, Vm);
+        // DPRINT1("Address %p not found in Vm %p.\n", Address, Vm);
         return;
     }
 
@@ -908,7 +908,7 @@
 
         if (Vm->VmWorkingSetList->FirstFree == Vm->VmWorkingSetList->LastEntry)
         {
-            DPRINT1("FIXME: Could not add address %p to Vm %p because it is 
FULL!\n", Address, Vm);
+            // DPRINT1("FIXME: Could not add address %p to Vm %p because it is 
FULL!\n", Address, Vm);
             return;
         }
 


Reply via email to