Change-Id: I5c24d274ea8ec49522215a73cf8d2b2f47c10b6b
Signed-off-by: Serban Jora <sj2381@att.com>
}
}
catch (Exception x) {
- logger.warn(EELFLoggerDelegate.debugLogger, "Mapping of acumos solution failed for: " + acumosSolution + ": " + x);
+ logger.warn(EELFLoggerDelegate.debugLogger, "Mapping of acumos solution failed for: " + acumosSolution, x);
}
}
}
}
public void updateMLPSolutionArtifacts(MLPSolution theSolution, ICommonDataServiceRestClient cdsClient) throws Exception {
- //fetch the solution artifacts: for now we'll do this for the latest acumos revision
FederationClient fedClient =
clients.getFederationClient(this.peer.getApiUrl());