mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
7949c194e9
commit
a3171befe9
@ -101,7 +101,7 @@ bool cancel_delayed_work_sync(struct delayed_work *dwork)
|
||||
bool pending = cancel_delayed_work(dwork);
|
||||
|
||||
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");
|
||||
|
||||
dwork->work.func(&dwork->work);
|
||||
|
Loading…
Reference in New Issue
Block a user