[NPFS/NTOSKRNL]

Silence 2 more debug prints that are not so useful.

svn path=/trunk/; revision=62457
This commit is contained in:
Timo Kreuzer 2014-03-08 11:37:03 +00:00
parent 4ff9f64d52
commit dc64b5bd63
2 changed files with 2 additions and 2 deletions

View file

@ -330,7 +330,7 @@ DriverEntry(IN PDRIVER_OBJECT DriverObject,
NTSTATUS Status;
UNREFERENCED_PARAMETER(RegistryPath);
DPRINT1("Next-Generation NPFS-Advanced\n");
DPRINT("Next-Generation NPFS-Advanced\n");
Status = NpInitializeAliases();
if (!NT_SUCCESS(Status))

View file

@ -1336,7 +1336,7 @@ ExpAddTagForBigPages(IN PVOID Va,
InterlockedIncrementUL(&ExpPoolBigEntriesInUse);
if ((i >= 16) && (ExpPoolBigEntriesInUse > (TableSize / 4)))
{
DPRINT1("Should attempt expansion since we now have %lu entries\n",
DPRINT("Should attempt expansion since we now have %lu entries\n",
ExpPoolBigEntriesInUse);
}