commit 13a17f7503237c32fa3ead6487001c5a2b91194e from: rsc date: Mon Jun 26 00:06:36 2006 UTC remove debug print commit - f53117fb6ba30e8c52a8e401c622d2ddee89fcbe commit + 13a17f7503237c32fa3ead6487001c5a2b91194e blob - dc6c4d8d85821dbce1dffd728a962a21feaac7de blob + 44f2f47408bc238290dcc9e010e55b09d73dcbc8 --- src/lib9pclient/fs.c +++ src/lib9pclient/fs.c @@ -51,7 +51,6 @@ fsinit(int fd) strcpy(fs->version, "9P2000"); if((n = fsversion(fs, 8192, fs->version, sizeof fs->version)) < 0){ werrstr("fsversion: %r"); -fprint(2, "%r\n"); _fsunmount(fs); return nil; }