about summary refs log tree commit diff stats
path: root/021check_instruction.cc
diff options
context:
space:
mode:
Diffstat (limited to '021check_instruction.cc')
-rw-r--r--021check_instruction.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc
index 035fe6ce..0ceba623 100644
--- a/021check_instruction.cc
+++ b/021check_instruction.cc
@@ -13,6 +13,7 @@
 
 :(code)
 void check_instruction(const recipe_ordinal r) {
+  trace(9991, "transform") << "--- perform checks for recipe " << Recipe[r].name << end();
   map<string, vector<type_ordinal> > metadata;
   for (long long int i = 0; i < SIZE(Recipe[r].steps); ++i) {
     instruction& inst = Recipe[r].steps.at(i);