verbose message out
This commit is contained in:
parent
a2b1a5134b
commit
6b2ad6fdfd
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue