about summary refs log tree commit diff stats
path: root/042name.cc
diff options
context:
space:
mode:
Diffstat (limited to '042name.cc')
-rw-r--r--042name.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/042name.cc b/042name.cc
index d38bda4c..9177a33d 100644
--- a/042name.cc
+++ b/042name.cc
@@ -31,6 +31,7 @@ for (long long int i = 0; i < SIZE(recently_added_recipes); ++i) {
 :(code)
 void transform_names(const recipe_ordinal r) {
   trace(9991, "transform") << "--- transform names for recipe " << get(Recipe, r).name << end();
+//?   cerr << "--- transform names for recipe " << get(Recipe, r).name << '\n';
   bool names_used = false;
   bool numeric_locations_used = false;
   map<string, long long int>& names = Name[r];