mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
base: remove diagnostic message in destructor
The LOG message in the Signal_handler_thread's destructor is just an diagnostic leftover. Fixes #3666.
This commit is contained in:
parent
434c9ceb5d
commit
f3ec246b67
@ -70,7 +70,6 @@ class Signal_handler_thread : Thread, Lock
|
||||
|
||||
~Signal_handler_thread()
|
||||
{
|
||||
log("~Signal_handler_thread");
|
||||
env_deprecated()->pd_session()->free_signal_source(_signal_source->rpc_cap());
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user