Skip to content

Commit 35aa8d8

Browse files
committed
rt: Add a FIXME about #2495
1 parent 802a8c0 commit 35aa8d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rt/rust_sched_loop.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ rust_sched_loop::activate(rust_task *task) {
4949
DLOG(this, task, "task has returned");
5050
}
5151

52+
// FIXME #2495: This logging code doesn't belong in the scheduler
5253
void
5354
rust_sched_loop::log(rust_task* task, uint32_t level, char const *fmt, ...) {
5455
char buf[BUF_BYTES];

0 commit comments

Comments
 (0)