mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T180, allow to log invalid interpolated data
This commit is contained in:
@@ -1116,7 +1116,16 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
CLogMessage(this).warning("Failed so set position on SimObject '%1' callsign: '%2'") << simObject.getObjectId() << callsign;
|
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)
|
if (useAircraftParts)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user