Fixed warning message

This commit is contained in:
Klaus Basan
2020-04-07 00:08:52 +02:00
committed by Mat Sutcliffe
parent 3ff8694718
commit 919b6e9515

View File

@@ -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;
}