From ed78541c817bfa1cce8adb5bcb48687b4de95dd0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 30 Jun 2020 08:29:24 +0200 Subject: Fix startup ok message --- src/AVTInput.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/AVTInput.cpp b/src/AVTInput.cpp index ab6be76..32f6518 100644 --- a/src/AVTInput.cpp +++ b/src/AVTInput.cpp @@ -540,8 +540,7 @@ void AVTInput::_info(_frameType type, size_t size) } if (_lastInfoFrameType != _typeCantExtract) { _infoNbFrame++; - if (_infoNbFrame == 100 or _infoNbFrame % 100000 == 0) - { + if (_infoNbFrame == 100) { INFO("Startup ok, %zu 24ms-frames received\n", _infoNbFrame); } } -- cgit v1.2.3