mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
init: show args on "denied env session" error
It can be hard to resolve "denied env session" errors when you don't have the session label.
This commit is contained in:
parent
7f959a06f6
commit
79ca4e1718
@ -606,7 +606,7 @@ class Genode::Child : protected Rpc_object<Parent>,
|
||||
}
|
||||
catch (Service_denied) {
|
||||
error(_child._policy.name(), ": ", _service_name(), " "
|
||||
"environment session denied"); }
|
||||
"environment session denied (", _args.string(), ")"); }
|
||||
}
|
||||
|
||||
typedef typename CONNECTION::Session_type SESSION;
|
||||
|
Loading…
Reference in New Issue
Block a user