Remove some debug messages at boot (DPRINT1 changed to DPRINT)
[reactos.git] / reactos / ntoskrnl / ex / mutant.c
index 91e3a09..5e9ca89 100644 (file)
@@ -52,7 +52,7 @@ ExpInitializeMutantImplementation(VOID)
     OBJECT_TYPE_INITIALIZER ObjectTypeInitializer;
     UNICODE_STRING Name;
 
-    DPRINT1("Creating Mutant Object Type\n");
+    DPRINT("Creating Mutant Object Type\n");
   
     /* Create the Event Pair Object Type */
     RtlZeroMemory(&ObjectTypeInitializer, sizeof(ObjectTypeInitializer));