mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
Minor: adjusted error message
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user