]> Zhao Yanbai Git Server - minix.git/commitdiff
verbose message out
authorBen Gras <ben@minix3.org>
Thu, 12 Apr 2007 17:01:54 +0000 (17:01 +0000)
committerBen Gras <ben@minix3.org>
Thu, 12 Apr 2007 17:01:54 +0000 (17:01 +0000)
servers/vfs/path.c

index 7283b4acb2dd4f7ee85dcede32ad19b261631ab9..f9db5d5c8ff6113a37237a2b9249ece284af3291 100644 (file)
@@ -390,9 +390,11 @@ char **pathrem;
 
   if (res.inode_nr == 0)
   {
+#if 0
        printf("Xlookup_vp: lookup returned no inode\n");
        printf("lookup_res = %d, last = '%s'\n\n",
                lookup_res, lookup_req->lastc);
+#endif
        *vpp= NULL;
        return lookup_res;
   }