init: handle Service_denied during child creation

Ref #1987
This commit is contained in:
Martin Stein 2017-01-26 13:51:47 +01:00 committed by Norman Feske
parent 9b3ecb114d
commit 7184f0febe

View File

@ -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"); }