More detailed info about excluded models

This commit is contained in:
Klaus Basan
2018-02-11 07:08:13 +01:00
parent 29c478496b
commit 05fb937df1
3 changed files with 24 additions and 0 deletions

View File

@@ -498,6 +498,8 @@ namespace BlackCore
if ((r1 + r2) > 0)
{
CLogMessage(this).warning("Removed models for matcher, without string '%1', excluded '%2'") << r1 << r2;
if (r1 > 0) { CLogMessage(this).warning("Without string: %1") << models.findEmptyModelStrings().getModelStringList().join(", "); }
if (r2 > 0) { CLogMessage(this).warning("Excluded: %1") << models.findByModelMode(CAircraftModel::Exclude).getModelStringList().join(", "); }
}
if (modelsCleaned.isEmpty())
{