diff --git a/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp b/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp index 03b93f8e3dd35477005d5a165cae055c30c44d9b..c1c2f8ea137657d2d3a63e45c8760b0ee22ce9d2 100644 --- a/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp +++ b/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp @@ -84,8 +84,8 @@ void FindUBUsingLatticeParameters::exec() { gamma, tolerance, base_index, num_initial, degrees_per_step, fixAll); - std::cout << "Error = " << error << '\n'; - std::cout << "UB = " << UB << '\n'; + g_log.notice() << "Error = " << error << '\n'; + g_log.notice() << "UB = " << UB << '\n'; if (!IndexingUtils::CheckUB(UB)) // UB not found correctly {