- Add missing newline to debug print.
authorStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 6 Apr 2012 21:01:17 +0000 (21:01 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 6 Apr 2012 21:01:17 +0000 (21:01 +0000)
svn path=/trunk/; revision=56334

reactos/ntoskrnl/mm/ARM3/expool.c

index 54b0f2c..17e7925 100644 (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;
 }