From ffc9e66b3505990009e47b461eb03d3eb1635258 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 5 Nov 2017 02:00:26 -0800 Subject: 4109 --- html/073scheduler.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/073scheduler.cc.html') diff --git a/html/073scheduler.cc.html b/html/073scheduler.cc.html index a9745289..094a8a8b 100644 --- a/html/073scheduler.cc.html +++ b/html/073scheduler.cc.html @@ -600,7 +600,7 @@ if ('onhashchange' in window) { 535 :(before "End Scheduler State Transitions") 536 if (Current_routine->limit >= 0) { 537 if (Current_routine->limit <= Scheduling_interval) { -538 ¦ trace(9999, "schedule") << "discontinuing routine " << Current_routine->id << end(); +538 ¦ trace("schedule") << "discontinuing routine " << Current_routine->id << end(); 539 ¦ Current_routine->state = DISCONTINUED; 540 ¦ Current_routine->limit = 0; 541 } -- cgit 1.4.1-2-gfad0