diff options
Diffstat (limited to 'mu.arc')
-rw-r--r-- | mu.arc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc index 2b5117e5..a9072859 100644 --- a/mu.arc +++ b/mu.arc @@ -240,7 +240,7 @@ (do (trace "schedule" "scheduling " top.routine*!fn-name " for further processing") (enq routine* running-routines*)) :else - (do (trace "schedule" "done with " routine*) + (do (trace "schedule" "done with routine") (push routine* completed-routines*))) (= routine* nil)) (each (routine _) canon.sleeping-routines* |