Skip to content

Commit 6e47ad4

Browse files
committed
glitch monitoring unsigned
1 parent a086b4a commit 6e47ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandLineUtilities/ProgramStatus.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ class ProgramStatus : public Program
427427
.addValue(opticalPower, "opticalPower")
428428
.addValue(systemId, "systemId")
429429
.addValue(feeId, "feeId")
430-
.addValue((int)glitchCounter, "glitchCounter")
431-
.addValue((int)link.fecCounter, "fecCounter")
430+
.addValue((uint64_t)glitchCounter, "glitchCounter")
431+
.addValue((uint64_t)link.fecCounter, "fecCounter")
432432
.addTag(tags::Key::SerialId, card.serialId.getSerial())
433433
.addTag(tags::Key::Endpoint, card.serialId.getEndpoint())
434434
.addTag(tags::Key::CRU, card.sequenceId)

0 commit comments

Comments
 (0)