Skip to content

Commit ce55f0c

Browse files
committed
---
yaml --- r: 16230 b: refs/heads/try c: 35aa8d8 h: refs/heads/master v: v3
1 parent 63b8537 commit ce55f0c

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 802a8c0f1942ecc1b7c810f1833344430d989ca1
5+
refs/heads/try: 35aa8d86e11ba806852be42d17c16bf44a61cd5d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)