mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
init: print label on "no route to service" warning
It can be hard to interpret "no route to service" warnings if Init doesn't print the session label
This commit is contained in:
parent
79ca4e1718
commit
858a7823fb
@ -595,7 +595,7 @@ Init::Child::Route Init::Child::resolve_session_request(Service::Name const &ser
|
||||
}
|
||||
} catch (Xml_node::Nonexistent_sub_node) { }
|
||||
|
||||
warning(name(), ": no route to service \"", service_name, "\"");
|
||||
warning(name(), ": no route to service \"", service_name, "\" (label=\"", label, "\")");
|
||||
throw Service_denied();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user