Skip to content

Commit 7212d4a

Browse files
authored
[ALICE3] Change log level from info to debug in processing (#14984)
1 parent 69425c4 commit 7212d4a

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)