1
0
Fork 0

src/Aircraft/continuous.cxx: reduced a diagnostic.

This commit is contained in:
Julian Smith 2021-12-23 23:38:27 +00:00
parent 82f967ab92
commit ee4d97097c

View file

@ -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());