From ca423e0e3e3fbdb6a13df8f3a52b0a6d752964cb Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Fri, 19 Feb 2021 10:17:10 +0000 Subject: [PATCH] src/Aircraft/replay.cxx: downgrade recording indexing diagnostic. --- src/Aircraft/replay.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aircraft/replay.cxx b/src/Aircraft/replay.cxx index fdc638ae6..d938122cc 100644 --- a/src/Aircraft/replay.cxx +++ b/src/Aircraft/replay.cxx @@ -1953,7 +1953,7 @@ void FGReplay::indexContinuousRecording(const void* data, size_t numbytes) auto num_frames = m_continuous_in_time_to_frameinfo.size(); auto num_new_frames = num_frames - original_num_frames; if (num_new_frames) { - SG_LOG(SG_SYSTEMS, SG_ALERT, "Continuous recording: index updated:" + SG_LOG(SG_SYSTEMS, SG_DEBUG, "Continuous recording: index updated:" << " num_frames=" << num_frames << " num_new_frames=" << num_new_frames << " new_bytes=" << new_bytes