Update bundle names from openecomp to onap
[appc.git] / appc-dispatcher / appc-command-executor / appc-command-executor-core / src / main / java / org / onap / appc / executor / impl / LCMCommandTask.java
index 999957f..13642ba 100644 (file)
@@ -85,7 +85,7 @@ public class LCMCommandTask extends CommandTask {
 
                } else {
                        logger.info("AAIService error from bundlecontext");
-                       logger.warn("Cannot find service reference for org.openecomp.sdnc.sli.aai.AAIService");
+                       logger.warn("Cannot find service reference for org.onap.ccsdk.sli.adaptors.aai.AAIService");
                        aaiService = null;
                }
        }