diff --git a/src/blackcore/aircraftmatcher.cpp b/src/blackcore/aircraftmatcher.cpp index 6dd9f0b58..a8a4bd296 100644 --- a/src/blackcore/aircraftmatcher.cpp +++ b/src/blackcore/aircraftmatcher.cpp @@ -52,6 +52,9 @@ namespace BlackCore CAircraftModelList matchedModels(this->m_modelSet); // Models for this matching const MatchingMode mode = this->m_matchingMode; + CMatchingUtils::addLogDetailsToList(log, remoteAircraft, "Matching uses model set of " + QString::number(matchedModels.size()) + " models", getLogCategories()); + CMatchingUtils::addLogDetailsToList(log, remoteAircraft, "Input model: " + remoteAircraft.toQString(), getLogCategories()); + // Manually set string? if (remoteAircraft.getModel().hasManuallySetString()) {