[NTOS:MM] Silence a DPRINT which became noisy

This commit is contained in:
Jérôme Gardou 2021-03-09 20:23:29 +01:00 committed by Jérôme Gardou
parent 7e5c1872ee
commit d5fa0788d8

View File

@ -5277,7 +5277,7 @@ NtFreeVirtualMemory(IN HANDLE ProcessHandle,
(Vad->u.VadFlags.VadType != VadRotatePhysical)) ||
(Vad->u.VadFlags.VadType == VadDevicePhysicalMemory))
{
DPRINT1("Attempt to free section memory\n");
DPRINT("Attempt to free section memory\n");
Status = STATUS_UNABLE_TO_DELETE_SECTION;
goto FailPath;
}