More debug output and a new ToDo item.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11991 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-03-25 18:22:27 +00:00
parent fa3717f73c
commit edc2a86662
+3
View File
@@ -470,6 +470,8 @@ create_port(int32 queueLength, const char *name)
RELEASE_PORT_LOCK(sPorts[i]);
restore_interrupts(state);
TRACE(("create_port() done: port created %ld\n", id));
return id;
}
}
@@ -1071,6 +1073,7 @@ set_port_owner(port_id id, team_id team)
{
cpu_status state;
int slot;
// ToDo: Shouldn't we at least check, whether the team exists?
TRACE(("set_port_owner(id = %ld, team = %ld)\n", id, team));