[NTOSKRNL] Reduce noise

This commit is contained in:
Pierre Schweitzer 2018-10-27 10:04:22 +02:00
parent 18f3922725
commit 8e51bb6510
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 4 additions and 4 deletions

View 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 &&

View 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...