dde_linux: canceling a pending work is no error

Ref #2749
This commit is contained in:
Stefan Kalkowski 2018-04-09 14:00:14 +02:00 committed by Christian Helmuth
parent 7949c194e9
commit a3171befe9

View File

@ -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);