plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2f4ba94e0ffa35e67bcf207331392d43d3c22581
parent b16534fd70d53deb776e98cdb4e1fa2e6099222d
Author: rsc <devnull@localhost>
Date:   Fri, 11 Feb 2005 05:23:12 +0000

debugging

Diffstat:
Msrc/libventi/server.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/libventi/server.c b/src/libventi/server.c @@ -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);