Skip to content
Snippets Groups Projects
Commit af106cbd authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

[L1] convert printout per TS/Evt to LOG, set to debug as default

parent 700bf84d
No related branches found
No related tags found
1 merge request!1063Improve some L1 Event/Timeslice related printouts
Pipeline #20686 passed
......@@ -1129,7 +1129,7 @@ void CbmL1::Reconstruct(CbmEvent* event)
if (!fLegacyEventMode) TsStart = TsStart_new; ///Set new TS strat to earliest discarted track
if (!fLegacyEventMode) cout << "CA Track Finder: " << fpAlgo->fCATime << " s/sub-ts" << endl << endl;
if (!fLegacyEventMode) LOG(debug) << "CA Track Finder: " << fpAlgo->fCATime << " s/sub-ts" << endl;
}
......
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