Skip to content

Commit 80628b9

Browse files
authored
Add missing space after version
1 parent 89bba94 commit 80628b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/projmgr/src/ProjMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
12471247
return true;
12481248
} else {
12491249
const string msg = "'created-for' in file " + m_csolutionFile + " specifies a minimum version "
1250-
+ version + "(current version " + currentVersion + ")";
1250+
+ version + " (current version " + currentVersion + ")";
12511251
if (m_rpcMode) {
12521252
ProjMgrLogger::Get().Warn(msg);
12531253
return true;

0 commit comments

Comments
 (0)