update get job status part
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / adaptor / InstantiateVnfContinueRunnable.java
index 20c8bf5..3f7671f 100644 (file)
@@ -96,8 +96,10 @@ public class InstantiateVnfContinueRunnable implements Runnable {
 
        private void handleNotify(CBAMInstantiateVnfResponse cbamInstantiateResponse) {
                try {
+                       logger.info("Start to notify LCM the instantiation result");
                        NslcmNotifyLCMEventsRequest nslcmNotifyReq = buildNslcmNotifyLCMEventsRequest(cbamInstantiateResponse);
                        nslcmMgmr.notifyVnf(nslcmNotifyReq, vnfmId, vnfInstanceId);
+                       logger.info("End to notify LCM the instantiation result");
                } catch (Exception e) {
                        logger.error("InstantiateVnfContinueRunnable --> handleNotify error.", e);
                }