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:
parent
8e26b085e5
commit
f3eaafc2f5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user