From ee4d97097caac688a254c06460545c4125d7315e Mon Sep 17 00:00:00 2001 From: Julian Smith <jules@op59.net> Date: Thu, 23 Dec 2021 23:38:27 +0000 Subject: [PATCH] src/Aircraft/continuous.cxx: reduced a diagnostic. --- src/Aircraft/continuous.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aircraft/continuous.cxx b/src/Aircraft/continuous.cxx index 4dba3968a..83e11e343 100644 --- a/src/Aircraft/continuous.cxx +++ b/src/Aircraft/continuous.cxx @@ -624,7 +624,7 @@ static bool replayContinuousInternal( ); if (!replay_data) { - SG_LOG(SG_SYSTEMS, SG_ALERT, "Failed to read fgtape frame at offset=" << offset << " time=" << time); + SG_LOG(SG_SYSTEMS, SG_DEBUG, "Failed to read fgtape frame at offset=" << offset << " time=" << time); return false; } assert(replay_data.get());