diff --git a/Tools/Replay/Replay.cpp b/Tools/Replay/Replay.cpp index a9b924d698..9454924329 100644 --- a/Tools/Replay/Replay.cpp +++ b/Tools/Replay/Replay.cpp @@ -616,7 +616,7 @@ void Replay::set_signal_handlers(void) void Replay::write_ekf_logs(void) { if (!LogReader::in_list("EKF", nottypes)) { - _vehicle.logger.Write_EKF(_vehicle.ahrs); + _vehicle.ahrs.Log_Write(); } if (!LogReader::in_list("AHRS2", nottypes)) { _vehicle.logger.Write_AHRS2(_vehicle.ahrs);