diff options
author | rsc <devnull@localhost> | 2005-02-11 22:16:11 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 22:16:11 +0000 |
commit | 68f2c92c6f2978fe2c9e2ea3c6c60e584d55a9a7 (patch) | |
tree | ed58bfa03a339e0988d811c1c03825f9b9f23dee /src/cmd/9p.c | |
parent | ba285d2ba998955026aea9227b3b9329a5f83e38 (diff) | |
download | plan9port-68f2c92c6f2978fe2c9e2ea3c6c60e584d55a9a7.tar.gz plan9port-68f2c92c6f2978fe2c9e2ea3c6c60e584d55a9a7.tar.bz2 plan9port-68f2c92c6f2978fe2c9e2ea3c6c60e584d55a9a7.zip |
less chatty
Diffstat (limited to 'src/cmd/9p.c')
-rw-r--r-- | src/cmd/9p.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/9p.c b/src/cmd/9p.c index b4ebade4..3a089f6c 100644 --- 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) |