From cdd6fd09673faa6ed72d1b7f52333c12100df049 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 29 Oct 2015 12:09:23 -0700 Subject: 2313 --- 031address.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '031address.cc') diff --git a/031address.cc b/031address.cc index 27d7fb43..813f0464 100644 --- a/031address.cc +++ b/031address.cc @@ -55,7 +55,7 @@ void lookup_memory(reagent& x) { if (x.value == 0) { raise_error << maybe(current_recipe_name()) << "tried to /lookup 0\n" << end(); } - trace(Primitive_recipe_depth, "mem") << "location " << x.value << " is " << no_scientific(Memory[x.value]) << end(); + trace(9999, "mem") << "location " << x.value << " is " << no_scientific(Memory[x.value]) << end(); x.set_value(Memory[x.value]); drop_address_from_type(x); drop_one_lookup(x); -- cgit 1.4.1-2-gfad0