Merge "Fix missing variable name"
authorChuanyu Chen <chenchuanyu@huawei.com>
Wed, 11 Apr 2018 08:05:23 +0000 (08:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Apr 2018 08:05:23 +0000 (08:05 +0000)
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy

index 1beb312..b6b1adc 100644 (file)
@@ -65,7 +65,7 @@ public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor {
             String requestAction = execution.getVariable("requestAction")\r
             utils.log("INFO","The requestAction is: " + requestAction,  isDebugEnabled)\r
             String recipeParamsFromRequest = execution.getVariable("recipeParams")\r
-            utils.log("INFO","The recipeParams is: " + recipeParams,  isDebugEnabled)\r
+            utils.log("INFO","The recipeParams is: " + recipeParamsFromRequest,  isDebugEnabled)\r
             String resourceInput = execution.getVariable("requestInput")\r
             utils.log("INFO","The resourceInput is: " + resourceInput,  isDebugEnabled)\r
             //Get ResourceInput Object\r