Fixed debug statement

svn path=/trunk/; revision=212
This commit is contained in:
Rex Jolliff 1999-02-06 00:29:31 +00:00
parent e51b6b925d
commit dbad901d31

View file

@ -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,