mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Add more debug messages
This commit is contained in:
@ -165,6 +165,7 @@ namespace vfs
|
||||
|
||||
FileNode *Virtual::CacheLookup(const char *Path)
|
||||
{
|
||||
debug("Cache lookup for \"%s\"", Path);
|
||||
FileNode *rootNode = thisProcess ? thisProcess->Info.RootNode : this->GetRoot(0);
|
||||
|
||||
FileNode *ret = CacheRecursiveSearch(rootNode, Path, false);
|
||||
|
Reference in New Issue
Block a user