diff --git a/libsolidity/analysis/ContractLevelChecker.cpp b/libsolidity/analysis/ContractLevelChecker.cpp index 38c62da7e..95626bb2a 100644 --- a/libsolidity/analysis/ContractLevelChecker.cpp +++ b/libsolidity/analysis/ContractLevelChecker.cpp @@ -345,8 +345,8 @@ void ContractLevelChecker::annotateBaseConstructorArguments( else { mainLocation = &_currentContract.location(); - ssl.append("First constructor call is here: ", _argumentNode->location()); - ssl.append("Second constructor call is here: ", previousNode->location()); + ssl.append("First constructor call is here:", _argumentNode->location()); + ssl.append("Second constructor call is here:", previousNode->location()); } m_errorReporter.declarationError(