mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 13:33:32 +08:00
[NTOS:MM] Silence a DPRINT which became noisy
This commit is contained in:
parent
7e5c1872ee
commit
d5fa0788d8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user