[NTOSKRNL] Reduce noise
authorPierre Schweitzer <pierre@reactos.org>
Sat, 27 Oct 2018 08:04:22 +0000 (10:04 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 27 Oct 2018 08:04:22 +0000 (10:04 +0200)
ntoskrnl/config/cmapi.c
ntoskrnl/io/iomgr/driver.c

index 84e0f11..3b1455d 100644 (file)
@@ -2363,9 +2363,9 @@ CmpEnumerateOpenSubKeys(
 
                     if (CachedKcb->RefCount > 0)
                     {
-                        DPRINT1("Found a sub key pointing to '%.*s', RefCount = %u\n",
-                                CachedKcb->NameBlock->NameLength, CachedKcb->NameBlock->Name,
-                                CachedKcb->RefCount);
+                        DPRINT("Found a sub key pointing to '%.*s', RefCount = %u\n",
+                               CachedKcb->NameBlock->NameLength, CachedKcb->NameBlock->Name,
+                               CachedKcb->RefCount);
 
                         /* If we dereference opened KCBs, don't touch read-only keys */
                         if (DereferenceOpenedEntries &&
index fc133b0..4e1814d 100644 (file)
@@ -1045,7 +1045,7 @@ IopInitializeBootDrivers(VOID)
                                           NULL,
                                           &BootEntry->RegistryPath,
                                           KEY_READ);
-            DPRINT1("IopOpenRegistryKeyEx(%wZ) returned 0x%08lx\n", &BootEntry->RegistryPath, Status);
+            DPRINT("IopOpenRegistryKeyEx(%wZ) returned 0x%08lx\n", &BootEntry->RegistryPath, Status);
 #if 0
             if (NT_SUCCESS(Status))
 #else // Hack still needed...