Update LCM notify part
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / msb / impl / MsbMgmrImpl.java
index 78dcf41..e89eabe 100644 (file)
@@ -57,6 +57,8 @@ public class MsbMgmrImpl implements IMsbMgmr {
                        map.put(CommonConstants.CONTENT_TYPE, MediaType.APPLICATION_JSON_VALUE);
 
                        String bodyPostStr = readVfcAdaptorInfoFromJsonFile();
+                       
+                       logger.info("MSB register content is: " + bodyPostStr);
 
                        HttpResult httpResult = httpClientProcessor.process(url, RequestMethod.POST, map, bodyPostStr);
                        String responseStr = httpResult.getContent();