mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Comment debug statements in ustar.cpp and node.cpp
This commit is contained in:
parent
6f0a2b3f17
commit
e327ca783b
@ -141,8 +141,8 @@ namespace vfs
|
||||
node = new USTARNode((Address + 512), header->name,
|
||||
type, vfs_ctx);
|
||||
|
||||
debug("%s %d KiB, Type:%c", header->name,
|
||||
TO_KiB(size), header->typeflag[0]);
|
||||
// debug("%s %d KiB, Type:%c", header->name,
|
||||
// TO_KiB(size), header->typeflag[0]);
|
||||
node->Mode = string2int(header->mode);
|
||||
node->Size = size;
|
||||
node->GroupIdentifier = getsize(header->gid);
|
||||
|
@ -221,7 +221,7 @@ namespace vfs
|
||||
this->Name, this);
|
||||
}
|
||||
|
||||
debug("Created node %s(%#lx)", this->FullPath, this);
|
||||
// debug("Created node %s(%#lx)", this->FullPath, this);
|
||||
}
|
||||
|
||||
Node::~Node()
|
||||
|
Loading…
x
Reference in New Issue
Block a user