File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5657,15 +5657,15 @@ bool ProjMgrWorker::ExecuteExtGenerator(std::string& generatorId) {
56575657 const string downloadUrl = m_extGenerator->GetGlobalGenUrl (generatorId);
56585658 if (!downloadUrl.empty ()) {
56595659 errMsg += " check the URL for downloading the generator: " + downloadUrl;
5660- }
5661- else {
5660+ } else {
56625661 errMsg += " download URL is not available for generator '" + generatorId + " ' in generator.yml" ;
56635662 }
56645663 ProjMgrLogger::Get ().Error (errMsg);
56655664 return false ;
5665+ } else {
5666+ ProjMgrLogger::Get ().Info (" generator '" + generatorId + " ' for context '" + selectedContextId + " ' reported:\n " + result.first );
56665667 }
5667-
5668- ProjMgrLogger::Get ().Info (" generator '" + generatorId + " ' for context '" + selectedContextId + " ' reported:\n " + result.first );
5668+
56695669 return true ;
56705670}
56715671
You can’t perform that action at this time.
0 commit comments