about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-22 00:47:05 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-22 00:57:41 -0800
commiteb965a17f4c6220d4fdd97c4b35e2f2b895d5873 (patch)
treee1f82d17f9d8c2f8fae1a1cf26b052a89b6d1950
parent5cd7cebefa743cc7a71e6069b34f302ac3130a61 (diff)
downloadmu-eb965a17f4c6220d4fdd97c4b35e2f2b895d5873.tar.gz
295
Too hard to canonicalize routines in traces, with their nested tables.
Give up for now.
-rw-r--r--mu.arc2
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*