mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Hide repetitive debug messages
This commit is contained in:
@ -72,7 +72,7 @@ namespace VirtualFileSystem
|
||||
{
|
||||
if (fd.Descriptor == FileDescriptor)
|
||||
{
|
||||
debug("Found file descriptor %d", FileDescriptor);
|
||||
// debug("Found file descriptor %d", FileDescriptor);
|
||||
return fd;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user