From: Andrew Morton Signed-off-by: Andrew Morton --- kernel/ptrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/ptrace.c~utrace-vs-reduce-size-of-task_struct-on-64-bit-machines kernel/ptrace.c --- a/kernel/ptrace.c~utrace-vs-reduce-size-of-task_struct-on-64-bit-machines +++ a/kernel/ptrace.c @@ -1130,7 +1130,7 @@ ptrace_do_wait(struct task_struct *tsk, // XXX should handle WCONTINUED - pr_debug("%d ptrace_do_wait leaving %d state %lu code %x\n", + pr_debug("%d ptrace_do_wait (%d) found %d code %x (%u)\n", current->pid, p->pid, p->state, p->exit_code); } rcu_read_unlock(); _