mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
9b3ecb114d
commit
7184f0febe
@ -351,6 +351,8 @@ void Init::Main::_handle_config()
|
||||
catch (Region_map::Attach_failed) {
|
||||
warning("failed to attach dataspace to local address space "
|
||||
"during child construction"); }
|
||||
catch (Parent::Service_denied) {
|
||||
warning("failed to create session during child construction"); }
|
||||
});
|
||||
}
|
||||
catch (Xml_node::Nonexistent_sub_node) { error("no children to start"); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user