mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 15:10:56 +00:00
vfs/tar: remove "tar archive ..." message
This diagnostic output is a mere debugging artifact. By removing them, we make the boot of Sculpt less noisy.
This commit is contained in:
parent
21e9e1840a
commit
c9d904df71
@ -558,9 +558,6 @@ class Vfs::Tar_file_system : public File_system
|
|||||||
_root_node("", 0),
|
_root_node("", 0),
|
||||||
_cached_num_dirent(_root_node)
|
_cached_num_dirent(_root_node)
|
||||||
{
|
{
|
||||||
Genode::log("tar archive '", _rom_name, "' "
|
|
||||||
"local at ", (void *)_tar_base, ", size is ", _tar_size);
|
|
||||||
|
|
||||||
_for_each_tar_record_do(Add_node_action(_alloc, _root_node));
|
_for_each_tar_record_do(Add_node_action(_alloc, _root_node));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user