about summary refs log tree commit diff stats
path: root/072scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to '072scheduler.cc')
-rw-r--r--072scheduler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/072scheduler.cc b/072scheduler.cc
index 33b75a2a..9d99067c 100644
--- a/072scheduler.cc
+++ b/072scheduler.cc
@@ -59,6 +59,7 @@ void run(routine* rr) {
     assert(Current_routine);
     assert(Current_routine->state == RUNNING);
     trace(9990, "schedule") << current_routine_label() << end();
+//?     cerr << "schedule: " << current_routine_label() << '\n';
     run_current_routine(Scheduling_interval);
     // Scheduler State Transitions
     if (Current_routine->completed())