From 99be6e083948d9872c64cad95826712bcda91266 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 1 Nov 2015 12:49:06 -0800 Subject: 2337 --- 021check_instruction.cc | 1 + 1 file changed, 1 insertion(+) 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 > metadata; for (long long int i = 0; i < SIZE(Recipe[r].steps); ++i) { instruction& inst = Recipe[r].steps.at(i); -- cgit 1.4.1-2-gfad0