Downgrade various debug prints from DPRINT1 to DPRINT, ranging from "useless" to...
[reactos.git] / reactos / ntoskrnl / vdm / vdmmain.c
index 3dcf145..17b7cde 100644 (file)
@@ -22,7 +22,7 @@ VOID
 NTAPI
 Ki386VdmEnablePentiumExtentions(VOID)
 {
-    DPRINT1("VME detected but not yet supported\n");
+    DPRINT("VME detected but not yet supported\n");
 }
 
 VOID