Minor: adjusted error message

This commit is contained in:
Klaus Basan
2016-11-17 04:46:01 +01:00
parent 3d314f8820
commit bec57e8369

View File

@@ -378,7 +378,7 @@ namespace BlackCore
} }
if (modelsCleaned.isEmpty()) if (modelsCleaned.isEmpty())
{ {
CLogMessage(this).error("No models for matching, that will not work"); CLogMessage(this).error("No models for matching, swift without a model set will not work");
} }
else else
{ {