mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +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.wasMatchingSent()) { return; }
|
||||||
if (readiness.wasVerified())
|
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);
|
this->sendReadyForModelMatching(callsign, Verified);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user