mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Style
This commit is contained in:
@@ -344,6 +344,8 @@ namespace BlackMisc
|
|||||||
if (!valid && CBuildConfig::isLocalDeveloperDebugBuild())
|
if (!valid && CBuildConfig::isLocalDeveloperDebugBuild())
|
||||||
{
|
{
|
||||||
BLACK_VERIFY_X(valid, Q_FUNC_INFO, "invalid vector");
|
BLACK_VERIFY_X(valid, Q_FUNC_INFO, "invalid vector");
|
||||||
|
CLogMessage(this).warning(u"Invalid vector for '%1' v: %2 %3 %4") <<
|
||||||
|
currentSituation.getCallsign().asString() << normalVector[0] << normalVector[1] << normalVector[2];
|
||||||
}
|
}
|
||||||
if (!valid) { return CAircraftSituation::null(); }
|
if (!valid) { return CAircraftSituation::null(); }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user