Skip to content

Commit 1fcb5f4

Browse files
committed
DPL: Print firstTForbit in raw-parser
1 parent bcca56d commit 1fcb5f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Utils/src/raw-parser.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& config)
6969
// print the DataHeader information only for the first part or if we have high verbosity
7070
if (loglevel > 1 || dh->splitPayloadIndex == 0) {
7171
rdhprintout << fmt::format("DH: {}/{}/{}", dh->dataOrigin, dh->dataDescription, dh->subSpecification) << " "
72-
<< " TF " << dh->tfCounter << " Run " << dh->runNumber << " |";
72+
<< " TF " << dh->tfCounter << " firstOrbit " << dh->firstTForbit << " Run " << dh->runNumber << " |";
7373

7474
// at high verbosity print part number, otherwise only the total number of parts
7575
if (loglevel > 1) {

0 commit comments

Comments
 (0)