Skip to content
Snippets Groups Projects
Commit 10a55dc9 authored by Sascha Stahl's avatar Sascha Stahl
Browse files

Only print info if not default

parent 6c9ed460
No related branches found
No related tags found
1 merge request!3102Reduce verbosity when starting application
Pipeline #4435609 passed
......@@ -924,7 +924,7 @@ StatusCode LoKi::VertexFitter::initialize() {
info() << "Redefine 'TransportTolerance' property to " << m_transport_tolerance << endmsg;
}
//
if ( m_use_optimized ) { info() << "Option for Optimised Kalman Filter fit is activated " << endmsg; }
if ( !m_use_optimized ) { info() << "Option for Optimised Kalman Filter fit is de-activated " << endmsg; }
//
if ( !m_massage.empty() && std::string::npos == m_transporterName.find( "DaVinci::" ) ) {
warning() << "The transporter '" << m_transporterName << "'is not optimal for activated ``massage''-option"
......
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