Downgrade various debug prints from DPRINT1 to DPRINT, ranging from "useless" to...
[reactos.git] / reactos / ntoskrnl / mm / section.c
index 2405401..10f72f3 100644 (file)
@@ -4810,7 +4810,7 @@ MmCanFileBeTruncated (IN PSECTION_OBJECT_POINTERS SectionObjectPointer,
          /* Something must gone wrong
           * how can we have a Section but no 
           * reference? */
-         DPRINT1("ERROR: DataSectionObject without reference!\n");
+         DPRINT("ERROR: DataSectionObject without reference!\n");
       }
    }