diff options
Diffstat (limited to 'src/libthread')
-rw-r--r-- | src/libthread/note.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |