Include the thread ID in the debug output of thread_atkernel_exit().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-04-04 21:44:57 +00:00
parent 8e26b085e5
commit f3eaafc2f5

View File

@ -1061,7 +1061,7 @@ thread_at_kernel_exit(void)
cpu_status state;
bigtime_t now;
TRACE(("thread_atkernel_exit: entry\n"));
TRACE(("thread_atkernel_exit: exit thread 0x%lx\n", thread->id));
state = disable_interrupts();
GRAB_THREAD_LOCK();