From a89c1bed26fd05fc25034e43901c7f03351721a2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 3 Nov 2017 01:50:46 -0700 Subject: 4104 Stop hardcoding Max_depth everywhere; we had a default value for a reason but then we forgot all about it. --- 054static_dispatch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '054static_dispatch.cc') diff --git a/054static_dispatch.cc b/054static_dispatch.cc index 0af3ddeb..69dc30bd 100644 --- a/054static_dispatch.cc +++ b/054static_dispatch.cc @@ -41,7 +41,7 @@ if (result.name != "main" && contains_key(Recipe_ordinal, result.name)) { put(Recipe_ordinal, new_name, Next_recipe_ordinal++); get_or_insert(Recipe_variants, result.name).push_back(get(Recipe_ordinal, new_name)); } - trace(9999, "load") << "switching " << result.name << " to " << new_name << end(); + trace("load") << "switching " << result.name << " to " << new_name << end(); result.name = new_name; result.is_autogenerated = true; } -- cgit 1.4.1-2-gfad0