debugging
This commit is contained in:
parent
b16534fd70
commit
2f4ba94e0f
1 changed files with 2 additions and 1 deletions
|
|
@ -197,7 +197,8 @@ vtrespond(VtReq *r)
|
|||
vtfcallclear(&r->rx);
|
||||
return;
|
||||
}
|
||||
vtsend(sc->c, p);
|
||||
if(vtsend(sc->c, p) < 0)
|
||||
fprint(2, "vtsend %F: %r\n", &r->rx);
|
||||
scdecref(sc);
|
||||
vtfcallclear(&r->tx);
|
||||
vtfcallclear(&r->rx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue