diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index da4931c1c31..6c0857a5df2 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -143,7 +143,7 @@ NTSTATUS STDCALL ZwCreateSection(OUT PHANDLE SectionHandle, PSECTION_OBJECT Section; NTSTATUS Status; - DbgPrint("ZwCreateSection()\n"); + DPRINT("ZwCreateSection()\n"); Section = ObCreateObject(SectionHandle, DesiredAccess,