mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
fs_rom: log permission-denied errors
This commit is contained in:
parent
0923ea5bea
commit
f710e10206
@ -175,6 +175,7 @@ class Fs_rom::Rom_session_component :
|
||||
catch (Invalid_handle) { Genode::error(_file_path, ": Invalid_handle"); }
|
||||
catch (Invalid_name) { Genode::error(_file_path, ": invalid_name"); }
|
||||
catch (Lookup_failed) { Genode::error(_file_path, ": lookup_failed"); }
|
||||
catch (Permission_denied) { Genode::error(_file_path, ": Permission_denied"); }
|
||||
catch (...) { Genode::error(_file_path, ": unhandled error"); };
|
||||
|
||||
throw Open_file_failed();
|
||||
|
Loading…
x
Reference in New Issue
Block a user