expanding_pd_session: remove cap warning message

which are caused often when a component runs a bit longer and has dynamic
resource usage, e.g. running Genode's tool chain.
This commit is contained in:
Alexander Boettcher 2021-01-21 16:23:40 +01:00 committed by Norman Feske
parent 8ecc258d3f
commit 9b5bedefc7

View File

@ -50,10 +50,7 @@ struct Genode::Expanding_pd_session_client : Pd_session_client
[&] () {
return retry<Out_of_caps>(
[&] () { return Pd_session_client::alloc(size, cached); },
[&] () {
warning("cap quota exhausted, issuing resource request to parent");
_request_caps_from_parent(UPGRADE_CAPS);
},
[&] () { _request_caps_from_parent(UPGRADE_CAPS); },
NUM_ATTEMPTS);
},
[&] () {