From: Ben Gras Date: Thu, 12 Apr 2007 17:01:54 +0000 (+0000) Subject: verbose message out X-Git-Tag: v3.1.3~3 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=6b2ad6fdfd229c49df5a21cadcbb43cf56dc79de;p=minix.git verbose message out --- diff --git a/servers/vfs/path.c b/servers/vfs/path.c index 7283b4acb..f9db5d5c8 100644 --- a/servers/vfs/path.c +++ b/servers/vfs/path.c @@ -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; }