Handy on-demand debug tracing, I've used a few times already. So I leave

it commented out in the code for the time being.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-08-10 00:23:35 +00:00
parent 0228d059a2
commit a3afb5ee0d
+4
View File
@@ -1914,6 +1914,10 @@ lookup_dir_entry(struct vnode* dir, const char* name, struct vnode** _vnode)
return B_ENTRY_NOT_FOUND;
}
// ktrace_printf("lookup_dir_entry(): dir: %p (%ld, %lld), name: \"%s\" -> "
// "%p (%ld, %lld)", dir, dir->mount->id, dir->id, name, *_vnode,
// (*_vnode)->mount->id, (*_vnode)->id);
return B_OK;
}