We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1aa561 commit 754e785Copy full SHA for 754e785
tools/projmgr/src/ProjMgr.cpp
@@ -1246,7 +1246,6 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
1246
if (VersionCmp::RangeCompare(version, currentVersion + ":" + currentVersion) <= 0) {
1247
return true;
1248
} else {
1249
- const string msg = "'created-for' node in file " + m_csolutionFile + " specifies a minimum version "
1250
const string msg = "'created-for' in file " + m_csolutionFile + " specifies a minimum version "
1251
+ version + "(current version " + currentVersion + ")";
1252
if (m_rpcMode) {
0 commit comments