Skip to content

Commit 806fc6f

Browse files
committed
fix RDH version typo in the log message
1 parent cbf198e commit 806fc6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Raw/src/RDHUtils.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ bool RDHUtils::checkRDH(const RAWDataHeaderV7& rdh, bool verbose)
272272
}
273273
if (rdh.zero0 || rdh.zero3 || rdh.zero4 || rdh.word5 || rdh.zero6 || rdh.word7) {
274274
if (verbose) {
275-
LOG(alarm) << "Some reserved fields of RDH v6 are not empty";
275+
LOG(alarm) << "Some reserved fields of RDH v7 are not empty";
276276
}
277277
ok = false;
278278
}

0 commit comments

Comments
 (0)