rt: Add a FIXME about #2495
This commit is contained in:
parent
802a8c0f19
commit
35aa8d86e1
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ rust_sched_loop::activate(rust_task *task) {
|
|||
DLOG(this, task, "task has returned");
|
||||
}
|
||||
|
||||
// FIXME #2495: This logging code doesn't belong in the scheduler
|
||||
void
|
||||
rust_sched_loop::log(rust_task* task, uint32_t level, char const *fmt, ...) {
|
||||
char buf[BUF_BYTES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue