]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/cwfs/net.c
cwfs: make /srv/cwfs.cmd redable to receive command output
[plan9front.git] / sys / src / cmd / cwfs / net.c
index e8df40302c8c525703d7ef5faa4c6a96c28dde19..9733abaf21922872c3174000c77a461d94043243 100644 (file)
@@ -54,8 +54,6 @@ neti(void *v)
        Network *net;
 
        net = v;
-       if(chatty)
-               print("net%di\n", net->ctlrno);
        for(;;) {
                if((lisfd = listen(net->anndir, net->lisdir)) < 0){
                        fprint(2, "listen %s failed: %r\n", net->anndir);