mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Fixed warning message
This commit is contained in:
committed by
Mat Sutcliffe
parent
3ff8694718
commit
919b6e9515
@@ -698,7 +698,7 @@ namespace BlackCore
|
||||
if (readiness.wasMatchingSent()) { return; }
|
||||
if (readiness.wasVerified())
|
||||
{
|
||||
CLogMessage(this).warning(u"Verfied '%1' again, using it as it is!") << callsign;
|
||||
CLogMessage(this).warning(u"Verfied ICAO data of '%1' again, using it as it is! Most likely incomplete data from the other client") << callsign;
|
||||
this->sendReadyForModelMatching(callsign, Verified);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user