Skip to content

Commit 5f80cab

Browse files
committed
changed warning
1 parent bae812c commit 5f80cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReadoutEquipmentRORC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Thread::CallbackResult ReadoutEquipmentRORC::prepareBlocks()
232232
// check CRU FIFO status - but only after first loop, otherwise would be empty yet
233233
if (!channel->areSuperpageFifosHealthy()) {
234234
static InfoLogger::AutoMuteToken logToken(LogWarningSupport_(3235), 5, 60);
235-
theLog.log(logToken, "Equipment %s: ROC memory fifo not healthy", name.c_str());
235+
theLog.log(logToken, "Equipment %s: ROC is lacking data pages", name.c_str());
236236
}
237237
}
238238
}

0 commit comments

Comments
 (0)