mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
committed by
Christian Helmuth
parent
7949c194e9
commit
a3171befe9
@ -101,7 +101,7 @@ bool cancel_delayed_work_sync(struct delayed_work *dwork)
|
|||||||
bool pending = cancel_delayed_work(dwork);
|
bool pending = cancel_delayed_work(dwork);
|
||||||
|
|
||||||
if (pending) {
|
if (pending) {
|
||||||
Genode::error("WARN: delayed_work ", dwork, " is executed directly in "
|
Genode::warning("WARN: delayed_work ", dwork, " is executed directly in "
|
||||||
"current '", Lx::scheduler().current()->name(), "' routine");
|
"current '", Lx::scheduler().current()->name(), "' routine");
|
||||||
|
|
||||||
dwork->work.func(&dwork->work);
|
dwork->work.func(&dwork->work);
|
||||||
|
Reference in New Issue
Block a user