Skip to content

Commit d48a3da

Browse files
authored
Change log level from info to debug in processing
1 parent 59bf9b6 commit d48a3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct OnTheFlyDetectorGeometryProvider {
6666

6767
void process(o2::aod::McCollisions const& mcCollisions, o2::aod::McParticles const& mcParticles)
6868
{
69-
LOG(info) << "On-the-fly detector geometry provider processing " << mcCollisions.size() << " collisions and " << mcParticles.size() << " particles.";
69+
LOG(debug) << "On-the-fly detector geometry provider processing " << mcCollisions.size() << " collisions and " << mcParticles.size() << " particles.";
7070
}
7171
};
7272

0 commit comments

Comments
 (0)