rt: Add a FIXME about #2495

This commit is contained in:
Brian Anderson 2012-06-03 14:47:04 -07:00
parent 802a8c0f19
commit 35aa8d86e1

View File

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