various bug fixes
This commit is contained in:
parent
4f48d1d4f7
commit
2e965b3324
12 changed files with 82 additions and 41 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue