fix warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19251 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
897382b2e0
commit
2bc2898a84
@ -156,7 +156,7 @@ handle_signals(struct thread *thread)
|
||||
case SIGVTALRM:
|
||||
case SIGXCPU:
|
||||
case SIGXFSZ:
|
||||
TRACE(("Shutting down thread 0x%lx due to signal #%d\n",
|
||||
TRACE(("Shutting down thread 0x%lx due to signal #%ld\n",
|
||||
thread->id, signal));
|
||||
case SIGKILL:
|
||||
case SIGKILLTHR:
|
||||
|
Loading…
Reference in New Issue
Block a user