Skip to content

Commit b9d2b1a

Browse files
committed
---
yaml --- r: 13224 b: refs/heads/master c: 35aa8d8 h: refs/heads/master v: v3
1 parent 574db1e commit b9d2b1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 802a8c0f1942ecc1b7c810f1833344430d989ca1
2+
refs/heads/master: 35aa8d86e11ba806852be42d17c16bf44a61cd5d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)