Skip to content
Snippets Groups Projects
Commit a85a1588 authored by gerbaudo's avatar gerbaudo
Browse files

MSG_INFO --> MSG_DEBUG

Details:
amends f7e10ddb. Thank you @smh for spotting it!
parent f7e10ddb
No related branches found
No related tags found
No related merge requests found
......@@ -340,8 +340,8 @@ TopoSteering::executeDecisionAlgorithm(TCS::DecisionAlg *alg,
const std::vector<TCS::TOBArray *> & output,
TCS::Decision & decision) {
TRG_MSG_INFO(" ... executing decision alg '" << alg->fullname() << "'"
<<(m_useBitwise?" (bitwise)":""));
TRG_MSG_DEBUG(" ... executing decision alg '" << alg->fullname() << "'"
<<(m_useBitwise?" (bitwise)":""));
if(inputConnectors.size()<1) {
TCS_EXCEPTION("L1Topo Steering: Decision algorithm expects at least 1 input array but got 0");
......
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