diff --git a/src/system/kernel/vm/vm_page.cpp b/src/system/kernel/vm/vm_page.cpp index 47011a2ee1..bc536436f7 100644 --- a/src/system/kernel/vm/vm_page.cpp +++ b/src/system/kernel/vm/vm_page.cpp @@ -3887,7 +3887,7 @@ vm_page_allocate_page_run(uint32 flags, page_num_t length, dprintf("vm_page_allocate_page_run(): Failed to allocate run of " "length %" B_PRIuPHYSADDR " (%" B_PRIuPHYSADDR " %" B_PRIuPHYSADDR ") in second iteration (align: %" B_PRIuPHYSADDR - " boundary: %" B_PRIuPHYSADDR ") !", length, requestedStart, + " boundary: %" B_PRIuPHYSADDR ")!\n", length, requestedStart, end, restrictions->alignment, restrictions->boundary); freeClearQueueLocker.Unlock();