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:
Martin Stein 2021-04-26 17:16:38 +02:00 committed by Christian Helmuth
parent fd0a4e78c8
commit b3a229eebb

View File

@ -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()