* Fixup trace message
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -195,8 +195,8 @@ VMAddressSpace::Create(team_id teamID, addr_t base, size_t size, bool kernel,
|
||||
return status;
|
||||
}
|
||||
|
||||
TRACE(("vm_create_aspace: team %ld (%skernel): %#lx bytes starting at "
|
||||
"%#lx => %p\n", id, kernel ? "!" : "", size, base, addressSpace));
|
||||
TRACE(("VMAddressSpace::Create(): team %ld (%skernel): %#lx bytes starting at "
|
||||
"%#lx => %p\n", teamID, kernel ? "" : "!", size, base, addressSpace));
|
||||
|
||||
// create the corresponding translation map
|
||||
status = arch_vm_translation_map_create_map(kernel,
|
||||
|
||||
Reference in New Issue
Block a user