plan9port

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

commit 68f2c92c6f2978fe2c9e2ea3c6c60e584d55a9a7
parent ba285d2ba998955026aea9227b3b9329a5f83e38
Author: rsc <devnull@localhost>
Date:   Fri, 11 Feb 2005 22:16:11 +0000

less chatty

Diffstat:
Msrc/cmd/9p.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/9p.c b/src/cmd/9p.c @@ -94,7 +94,6 @@ xparse(char *name, char **path) sysfatal("mount: %r"); }else{ *path = name; - fprint(2, "dial %s...", addr); if((fd = dial(addr, nil, nil, nil)) < 0) sysfatal("dial: %r"); if((fs = fsamount(fd, "")) == nil)