about summary refs log tree commit diff stats
path: root/059shape_shifting_recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-10 10:27:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-10 10:27:27 -0800
commitbd7a19a59014c64a2c3e9c0b6af802b04991de6a (patch)
tree53b09b12851f2b89d4a7db00fffd001b1ff44ad6 /059shape_shifting_recipe.cc
parent50e0065e1e2aca3f64130ede9cf0e33c9c725718 (diff)
downloadmu-bd7a19a59014c64a2c3e9c0b6af802b04991de6a.tar.gz
2644
More tweaking of traces as I debug recipe specialization.
Diffstat (limited to '059shape_shifting_recipe.cc')
-rw-r--r--059shape_shifting_recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/059shape_shifting_recipe.cc b/059shape_shifting_recipe.cc
index 39ec6fb4..f83b09f0 100644
--- a/059shape_shifting_recipe.cc
+++ b/059shape_shifting_recipe.cc
@@ -258,7 +258,7 @@ bool is_type_ingredient_name(const string& type) {
 
 recipe_ordinal new_variant(recipe_ordinal exemplar, const instruction& inst, const recipe& caller_recipe) {
   string new_name = next_unused_recipe_name(inst.name);
-  trace(9993, "transform") << "switching " << inst.name << " to " << new_name << end();
+  trace(9993, "transform") << "switching " << inst.name << " to specialized " << new_name << end();
   assert(!contains_key(Recipe_ordinal, new_name));
   recipe_ordinal new_recipe_ordinal = put(Recipe_ordinal, new_name, Next_recipe_ordinal++);
   // make a copy