Remove some debug messages at boot (DPRINT1 changed to DPRINT)
[reactos.git] / reactos / ntoskrnl / ex / sem.c
index 026ee94..b4d85c0 100644 (file)
@@ -37,7 +37,7 @@ ExpInitializeSemaphoreImplementation(VOID)
     OBJECT_TYPE_INITIALIZER ObjectTypeInitializer;
     UNICODE_STRING Name;
 
-    DPRINT1("Creating Semaphore Object Type\n");
+    DPRINT("Creating Semaphore Object Type\n");
   
     /* Create the Event Pair Object Type */
     RtlZeroMemory(&ObjectTypeInitializer, sizeof(ObjectTypeInitializer));