mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
92f3dd392f
commit
678166175b
@@ -634,7 +634,7 @@ namespace BlackCore
|
||||
{
|
||||
static const QString readyForMatching("Ready for matching callsign '%1' with model type '%2', '%3'");
|
||||
|
||||
readiness.setFlag(ReadyForMatchingSent); // stored as readiness is reference
|
||||
readiness.setFlag(ReadyForMatchingSent); // stored as readiness as reference
|
||||
|
||||
const QString readyMsg = readyForMatching.arg(callsign.toQString(), remoteAircraft.getModel().getModelTypeAsString(), readiness.toQString());
|
||||
const CStatusMessage m = CLogUtilities::logMessage(callsign, readyMsg, getLogCategories());
|
||||
|
||||
Reference in New Issue
Block a user