We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e18f8 commit a9a1825Copy full SHA for a9a1825
tools/projmgr/src/ProjMgr.cpp
@@ -1246,8 +1246,8 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
1246
if (VersionCmp::RangeCompare(version, currentVersion + ":" + currentVersion) <= 0) {
1247
return true;
1248
} else {
1249
- const string msg = "the 'created-for' node in file " + m_csolutionFile + " specifies a minimum version "
1250
- + version + " which is higher than " + currentVersion + " of the used CMSIS-Toolbox manifest";
+ const string msg = "'created-for' node in file " + m_csolutionFile + " specifies a minimum version "
+ + version + "(current version " + currentVersion + ")";
1251
if (m_rpcMode) {
1252
ProjMgrLogger::Get().Warn(msg);
1253
0 commit comments