From 2e965b3324b32be00a2193bf304dcb936f02824b Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 5 May 2004 04:22:16 +0000 Subject: various bug fixes --- src/libthread/note.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libthread') diff --git a/src/libthread/note.c b/src/libthread/note.c index de92d48d..55170c75 100644 --- a/src/libthread/note.c +++ b/src/libthread/note.c @@ -65,6 +65,7 @@ delayednotes(Proc *p, void *v) } if(i==NFN){ _threaddebug(DBGNOTE, "Unhandled note %s, proc %p\n", n->s, p); + fprint(2, "unhandled note %s, pid %d\n", n->s, p->pid); if(v != nil) noted(NDFLT); else if(strncmp(n->s, "sys:", 4)==0) -- cgit v1.2.3