Skip to content

Commit b348238

Browse files
mfasDadavidrohr
authored andcommitted
[EMCAL-630] Decrease verbosity of RCU trailer using log framework
1 parent 55a67d2 commit b348238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void RawToCellConverterSpec::run(framework::ProcessingContext& ctx)
104104
o2::emcal::AltroDecoder decoder(rawreader);
105105
decoder.decode();
106106

107-
std::cout << decoder.getRCUTrailer() << std::endl;
107+
LOG(DEBUG) << decoder.getRCUTrailer();
108108

109109
o2::emcal::Mapper map = mMapper->getMappingForDDL(feeID);
110110
int iSM = feeID / 2;

0 commit comments

Comments
 (0)