Skip to content
Snippets Groups Projects
Commit 44b360f4 authored by Nicholas Styles's avatar Nicholas Styles
Browse files

Move some INFO messages to DEBUG

Former-commit-id: 5e8f16f0f443664811c162e299c594b757abfbd6
parent 4ee12f74
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ namespace Trk {
trackCollection->push_back(constrainedFittedTrack);
++m_constrainedTracks;
} else{
ATH_MSG_INFO("Constrained fit was unsuccessful");
ATH_MSG_DEBUG("Constrained fit was unsuccessful");
}
} else {
......@@ -350,7 +350,7 @@ namespace Trk {
return StatusCode::SUCCESS;
}
ATH_MSG_INFO(" The final trackCollection size: " << trackCollection->size() << " name of track collection: ..." );
ATH_MSG_DEBUG(" The final trackCollection size: " << trackCollection->size() << " name of track collection: ..." );
//track Collection cannot be null here; it has already been dereferenced
finalTracks = trackCollection;
......
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