We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a086b4a commit 6e47ad4Copy full SHA for 6e47ad4
src/CommandLineUtilities/ProgramStatus.cxx
@@ -427,8 +427,8 @@ class ProgramStatus : public Program
427
.addValue(opticalPower, "opticalPower")
428
.addValue(systemId, "systemId")
429
.addValue(feeId, "feeId")
430
- .addValue((int)glitchCounter, "glitchCounter")
431
- .addValue((int)link.fecCounter, "fecCounter")
+ .addValue((uint64_t)glitchCounter, "glitchCounter")
+ .addValue((uint64_t)link.fecCounter, "fecCounter")
432
.addTag(tags::Key::SerialId, card.serialId.getSerial())
433
.addTag(tags::Key::Endpoint, card.serialId.getEndpoint())
434
.addTag(tags::Key::CRU, card.sequenceId)
0 commit comments