diff --git a/Common/TableProducer/trackPropagation.cxx b/Common/TableProducer/trackPropagation.cxx index 9fb57bc284d..9ebe757e4d5 100644 --- a/Common/TableProducer/trackPropagation.cxx +++ b/Common/TableProducer/trackPropagation.cxx @@ -146,7 +146,7 @@ struct TrackPropagation { } // load matLUT for this timestamp - LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp(); + LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp(); lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp(lutPath, bc.timestamp())); grpmag = ccdb->getForTimeStamp(grpmagPath, bc.timestamp());