aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/note.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/note.c')
-rw-r--r--src/libthread/note.c1
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)