mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
vfs_block: write less to the log
Remove calls to the Genode log functions that were done unconditionally or according to a static verbosity flag. Ref #4032
This commit is contained in:
parent
fd0a4e78c8
commit
b3a229eebb
@ -140,11 +140,6 @@ class Vfs_block::File
|
||||
|
||||
_io_response_handler.sigh = sigh;
|
||||
_vfs_handle->handler(&_io_response_handler);
|
||||
|
||||
log("Block session for file '", info.path.string(),
|
||||
"' with block count: ", _block_info.block_count,
|
||||
" block size: ", _block_info.block_size,
|
||||
" writeable: ", _block_info.writeable);
|
||||
}
|
||||
|
||||
~File()
|
||||
|
Loading…
x
Reference in New Issue
Block a user