mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
committed by
Norman Feske
parent
9b3ecb114d
commit
7184f0febe
@ -351,6 +351,8 @@ void Init::Main::_handle_config()
|
|||||||
catch (Region_map::Attach_failed) {
|
catch (Region_map::Attach_failed) {
|
||||||
warning("failed to attach dataspace to local address space "
|
warning("failed to attach dataspace to local address space "
|
||||||
"during child construction"); }
|
"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"); }
|
catch (Xml_node::Nonexistent_sub_node) { error("no children to start"); }
|
||||||
|
Reference in New Issue
Block a user