From bec57e836937b12fdbc214ef0e14bc23623bf68e Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 17 Nov 2016 04:46:01 +0100 Subject: [PATCH] Minor: adjusted error message --- src/blackcore/aircraftmatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/aircraftmatcher.cpp b/src/blackcore/aircraftmatcher.cpp index 62a96954c..bf059dc8c 100644 --- a/src/blackcore/aircraftmatcher.cpp +++ b/src/blackcore/aircraftmatcher.cpp @@ -378,7 +378,7 @@ namespace BlackCore } 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 {