src/Aircraft/continuous.cxx: reduced a diagnostic.
This commit is contained in:
parent
82f967ab92
commit
ee4d97097c
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue