Fix missing variable name 73/42173/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 10 Apr 2018 14:17:21 +0000 (14:17 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 10 Apr 2018 14:17:21 +0000 (14:17 +0000)
Fix missing variable name.

Change-Id: I3bf102bf8dcddd5e8fc1ebc2406cd9712e890577
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
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