Fix building with TRACE on.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-08-16 23:47:20 +00:00
parent f09d71ca49
commit 038a21940d
+2 -2
View File
@@ -279,8 +279,8 @@ vm_create_address_space(team_id id, addr_t base, addr_t size,
if (addressSpace == NULL)
return B_NO_MEMORY;
TRACE(("vm_create_aspace: %s: %lx bytes starting at 0x%lx => %p\n",
name, size, base, addressSpace));
TRACE(("vm_create_aspace: team %ld (%skernel): %lx bytes starting at 0x%lx => %p\n",
id, kernel?"!":"", size, base, addressSpace));
addressSpace->base = base;
addressSpace->size = size;