Create based CSIT test for SO-CNFM - Simulator Changes.
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / aai-simulator / src / main / java / org / onap / so / aaisimulator / controller / ProjectController.java
index 490982a..b049121 100644 (file)
@@ -116,7 +116,8 @@ public class ProjectController {
     public ResponseEntity<?> putProjectRelationShip(@RequestBody final Relationship relationship,
             @PathVariable("project-name") final String projectName, final HttpServletRequest request) {
 
-        LOGGER.info("adding relationship for project-name: {} ...", projectName);
+        LOGGER.info("Will add {} relationship for for 'project-name': {}...", relationship.getRelatedLink(),
+                projectName);
 
         if (relationship.getRelatedLink() != null) {
             final String targetBaseUrl = HttpServiceUtils.getBaseUrl(request).toString();