From 996a8acd6c2ce1c7d3b13cfbd799269669b0038b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 14 Feb 2016 23:18:33 -0800 Subject: 2656 --- 030container.cc | 1 + 1 file changed, 1 insertion(+) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index 9cbb5c69..60b38830 100644 --- a/030container.cc +++ b/030container.cc @@ -555,6 +555,7 @@ Transform.push_back(check_or_set_invalid_types); // idempotent :(code) void check_or_set_invalid_types(const recipe_ordinal r) { recipe& caller = get(Recipe, r); + trace(9991, "transform") << "--- check for invalid types in recipe " << caller.name << end(); for (long long int index = 0; index < SIZE(caller.steps); ++index) { instruction& inst = caller.steps.at(index); for (long long int i = 0; i < SIZE(inst.ingredients); ++i) { -- cgit 1.4.1-2-gfad0