fix warning

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19251 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-11-10 20:26:54 +00:00
parent 897382b2e0
commit 2bc2898a84
1 changed files with 1 additions and 1 deletions

View File

@ -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: