Skip to content

Commit 1ecfdad

Browse files
authored
Merge pull request #169 from sy-c/master
2 parents ae5eb2d + ac5029a commit 1ecfdad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ReadoutEquipmentPlayer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ DataBlockContainerReference ReadoutEquipmentPlayer::getNextBlock()
215215
}
216216
if (feof(fp)) {
217217
if ((!autoChunkLoop) || ((loopCount + 1 + autoChunkLoop) == 0)) {
218-
theLog.log(LogInfoDevel, "File %s replay completed (%lu loops)", name.c_str(), loopCount + 1);
218+
theLog.log(LogInfoDevel, "File %s replay completed (%lu loops)", name.c_str(), (unsigned long)(loopCount + 1));
219219
} else {
220220
// replay file
221221
if (fseek(fp, 0, SEEK_SET)) {

0 commit comments

Comments
 (0)