diff options
author | Rob Daugherty <rd472p@att.com> | 2018-04-26 23:16:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-26 23:16:32 +0000 |
commit | 418931f5d0efb811d36b5b50bcd7233eccccdc3c (patch) | |
tree | a2214808d166bc062c046ebe7be581457451e72e /bpmn/MSOInfrastructureBPMN/src/main/groovy | |
parent | 29dd03c6fad2ef892632f0b4ace62a6d1dfda149 (diff) | |
parent | 376d204f889db017f35e81eaadfdbb64ba2c78aa (diff) |
Merge "Fix value for VFC sync response"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy index 9ebd1fa0ba..72b88cb13d 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy @@ -58,6 +58,7 @@ public class DeleteVFCNSResource extends AbstractServiceTaskProcessor { } public void postProcessRequest (DelegateExecution execution) { + def isDebugEnabled = execution.getVariable("isDebugLogEnabled") utils.log("INFO"," ***** start postProcessRequest *****", isDebugEnabled) utils.log("INFO"," ***** end postProcessRequest *****", isDebugEnabled) |