mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
cached_fs_rom: remove diagnostic message
The message "defer transfer..." spams the log on Sculpt OS. Issue #4281
This commit is contained in:
@@ -405,7 +405,6 @@ struct Cached_fs_rom::Main final : Genode::Session_request_handler
|
||||
new (heap) Transfer(transfers, *rom, fs, handle, rom->file_size);
|
||||
}
|
||||
catch (...) {
|
||||
Genode::warning("defer transfer of ", rom->path);
|
||||
fs.close(handle);
|
||||
/* retry when next pending transfer completes */
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user