Skip to content
Snippets Groups Projects
Commit 416d684a authored by Imma Riu's avatar Imma Riu Committed by Stewart Martin-Haugh
Browse files

Merge branch '21.1-fixmsg-l1topo' into '21.1'

Change TRG_MSG_ALWAYS -> TRG_MSG_INFO, fixes ATR-16951

See merge request !4441

(cherry picked from commit 8e80a98f5ae3cc9a73a10d0bce6d803caa474022)

f7e10ddb Change TRG_MSG_ALWAYS -> TRG_MSG_INFO, fixes ATR-16951
a85a1588 MSG_INFO --> MSG_DEBUG
parent bb9de4e9
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100644 to 100755
File mode changed from 100755 to 100644
......@@ -321,9 +321,8 @@ TopoSteering::executeSortingAlgorithm(TCS::SortingAlg *alg,
TCS::InputConnector* inputConnector,
TCS::TOBArray * & sortedOutput) {
//TRG_MSG_DEBUG
TRG_MSG_ALWAYS(" ... executing sorting alg '" << alg->fullname() << "'"
<<(m_useBitwise?" (bitwise)":""));
TRG_MSG_DEBUG(" ... executing sorting alg '" << alg->fullname() << "'"
<<(m_useBitwise?" (bitwise)":""));
const InputTOBArray * input = inputConnector->outputData();
......@@ -341,8 +340,7 @@ TopoSteering::executeDecisionAlgorithm(TCS::DecisionAlg *alg,
const std::vector<TCS::TOBArray *> & output,
TCS::Decision & decision) {
// TRG_MSG_INFO(" ... executing decision alg '" << alg->fullname() << "'");
TRG_MSG_ALWAYS(" ... executing decision alg '" << alg->fullname() << "'"
TRG_MSG_DEBUG(" ... executing decision alg '" << alg->fullname() << "'"
<<(m_useBitwise?" (bitwise)":""));
if(inputConnectors.size()<1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment