debugging

This commit is contained in:
rsc 2005-02-11 05:23:12 +00:00
parent b16534fd70
commit 2f4ba94e0f

View file

@ -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);