diff --git a/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp b/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp index 886b0a192..987dc54df 100644 --- a/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp +++ b/src/plugins/simulator/fsxcommon/simulatorfsxcommon.cpp @@ -1116,7 +1116,16 @@ namespace BlackSimPlugin { CLogMessage(this).warning("Failed so set position on SimObject '%1' callsign: '%2'") << simObject.getObjectId() << callsign; } - } // interpolation data + } + else + { + if (!interpolatorStatus.validInterpolatedSituation()) + { +// CLogMessage(this).warning("Invalid interpolation for SimObject '%1' callsign: '%2' info: '%3'") +// << simObject.getObjectId() << callsign +// << interpolatorStatus.toQString(); + } + } if (useAircraftParts) {