This commit is contained in:
eap 2021-08-27 19:19:08 +03:00
parent 1ffd1c1245
commit 86b5d4b79b

View File

@ -52,7 +52,7 @@ std::string GetMGLicenseKeyImpl(const char* gmfFile)
errorTxt );
if ( !errorTxt.empty() )
{
std::cerr << "Error: Pb with MeshGens license: " << errorTxt << std::endl;
std::cerr << "Error: Pb with MeshGems license: " << errorTxt << std::endl;
key = "<" + errorTxt + ">";
}
return key;