From cdd6fd09673faa6ed72d1b7f52333c12100df049 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 29 Oct 2015 12:09:23 -0700 Subject: 2313 --- 032array.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '032array.cc') diff --git a/032array.cc b/032array.cc index b9a8bc9a..38b333b5 100644 --- a/032array.cc +++ b/032array.cc @@ -184,8 +184,8 @@ case INDEX: { break; } long long int src = base_address + 1 + offset_val.at(0)*size_of(element_type); - trace(Primitive_recipe_depth, "run") << "address to copy is " << src << end(); - trace(Primitive_recipe_depth, "run") << "its type is " << Type[element_type->value].name << end(); + trace(9998, "run") << "address to copy is " << src << end(); + trace(9998, "run") << "its type is " << Type[element_type->value].name << end(); reagent tmp; tmp.set_value(src); tmp.type = new type_tree(*element_type); -- cgit 1.4.1-2-gfad0