There was an error while loading. Please reload this page.
1 parent bcca56d commit 1fcb5f4Copy full SHA for 1fcb5f4
1 file changed
Framework/Utils/src/raw-parser.cxx
@@ -69,7 +69,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& config)
69
// print the DataHeader information only for the first part or if we have high verbosity
70
if (loglevel > 1 || dh->splitPayloadIndex == 0) {
71
rdhprintout << fmt::format("DH: {}/{}/{}", dh->dataOrigin, dh->dataDescription, dh->subSpecification) << " "
72
- << " TF " << dh->tfCounter << " Run " << dh->runNumber << " |";
+ << " TF " << dh->tfCounter << " firstOrbit " << dh->firstTForbit << " Run " << dh->runNumber << " |";
73
74
// at high verbosity print part number, otherwise only the total number of parts
75
if (loglevel > 1) {
0 commit comments