Skip to content

Commit aa18222

Browse files
jkrechbrondani
andauthored
Apply suggestion from @brondani
Co-authored-by: Daniel Brondani <[email protected]>
1 parent a9a1825 commit aa18222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/projmgr/src/ProjMgr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,7 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
12471247
return true;
12481248
} else {
12491249
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 "
12501251
+ version + "(current version " + currentVersion + ")";
12511252
if (m_rpcMode) {
12521253
ProjMgrLogger::Get().Warn(msg);

0 commit comments

Comments
 (0)