Skip to content

Commit 48a2a59

Browse files
committed
Suppress some info output at higher logging severities
1 parent 71273de commit 48a2a59

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Detectors/GlobalTracking/src/MatchTPCITS.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ void MatchTPCITS::init()
366366

367367
mInitDone = true;
368368

369-
print();
369+
if (fair::Logger::Logging(fair::Severity::info)) {
370+
print();
371+
}
370372
}
371373

372374
//______________________________________________

0 commit comments

Comments
 (0)