mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
less chatty
This commit is contained in:
parent
ba285d2ba9
commit
68f2c92c6f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue