about summary refs log tree commit diff stats
path: root/021check_instruction.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-01 12:49:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-01 12:49:06 -0800
commit99be6e083948d9872c64cad95826712bcda91266 (patch)
tree92f8aef41c88d67b408bc6683cd523aeb765dfe8 /021check_instruction.cc
parentbcd33d6dbfb1fb0325ac21910bec9847ca1dd8df (diff)
downloadmu-99be6e083948d9872c64cad95826712bcda91266.tar.gz
2337
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);