- Add missing newline to debug print.

svn path=/trunk/; revision=56334
This commit is contained in:
Stefan Ginsberg 2012-04-06 21:01:17 +00:00
parent 3d119713b4
commit e1c86ddb2d

View file

@ -1256,7 +1256,7 @@ ExpAddTagForBigPages(IN PVOID Va,
// This means there's no free hash buckets whatsoever, so we would now have
// to attempt expanding the table
//
DPRINT1("Big pool expansion needed, not implemented!");
DPRINT1("Big pool expansion needed, not implemented!\n");
KeReleaseSpinLock(&ExpLargePoolTableLock, OldIrql);
return FALSE;
}