aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm/vm_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c
index cc483485..0b60611a 100644
--- a/vm/vm_debug.c
+++ b/vm/vm_debug.c
@@ -324,7 +324,7 @@ mach_vm_object_pages(
info->vpi_offset = p->offset;
if (p->phys_addr != (typeof(info->vpi_phys_addr)) p->phys_addr)
- printf("warning: physical address overflow in mach_vm_object_pages!!");
+ printf("warning: physical address overflow in mach_vm_object_pages!!\n");
info->vpi_phys_addr = p->phys_addr;
info->vpi_wire_count = p->wire_count;
info->vpi_page_lock = p->page_lock;