mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
Reduce LOG noise to due disappeared clients
The message is disarmed in release mode (SPECS += release). Fixes #310.
This commit is contained in:
parent
d28b34b1fe
commit
4d36c12d19
@ -93,7 +93,11 @@ void Signal_session_component::submit(Signal_context_capability context_cap,
|
||||
(_context_ep->obj_by_cap(context_cap));
|
||||
|
||||
if (!context) {
|
||||
PWRN("invalid signal-context capability");
|
||||
/*
|
||||
* We do not use PWRN() to enable the build system to suppress this
|
||||
* warning in release mode (SPECS += release).
|
||||
*/
|
||||
PDBG("invalid signal-context capability");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user