Also print the retrieved type and flags.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30023 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a3c74fcd8c
commit
ab15dd259a
@ -215,7 +215,8 @@ userlandfs_get_vnode(fs_volume* fsVolume, ino_t vnid, fs_vnode* fsNode,
|
||||
fsNode->ops = ops;
|
||||
}
|
||||
|
||||
PRINT(("userlandfs_get_vnode() done: (%lx, %p)\n", error, node));
|
||||
PRINT(("userlandfs_get_vnode() done: (%lx, %p, %#x, %#lx)\n", error, node,
|
||||
*_type, *_flags));
|
||||
return error;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user