mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T195, warning if interpolator situation is invalid
This commit is contained in:
@@ -1128,9 +1128,9 @@ namespace BlackSimPlugin
|
||||
{
|
||||
if (!interpolatorStatus.validInterpolatedSituation())
|
||||
{
|
||||
// CLogMessage(this).warning("Invalid interpolation for SimObject '%1' callsign: '%2' info: '%3'")
|
||||
// << simObject.getObjectId() << callsign
|
||||
// << interpolatorStatus.toQString();
|
||||
CLogMessage(this).warning("Invalid interpolation for SimObject '%1' callsign: '%2' info: '%3'")
|
||||
<< simObject.getObjectId() << callsign
|
||||
<< interpolatorStatus.toQString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user