diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-08-07 07:38:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-07 07:38:21 +0000 |
commit | b02b9e2a75d7507b7ca76bee17336a977bcfe959 (patch) | |
tree | 16376c75c5b9e8c48960aa6f0ebf33d3652b24bf /bpmn/so-bpmn-infrastructure-flows/src | |
parent | 1575c69238b0e163b51bf1fe42cd1523850f60ff (diff) | |
parent | 32e6529145ef77a8189b3a5316f5de509bbe7ac7 (diff) |
Merge "Fix logging in DeleteSDNCNetworkResource"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DeleteSDNCNetworkResource.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DeleteSDNCNetworkResource.groovy b/bpmn/so-bpmn-infrastructure-flows/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DeleteSDNCNetworkResource.groovy index 3d4df0edb5..a18cee253e 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DeleteSDNCNetworkResource.groovy +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DeleteSDNCNetworkResource.groovy @@ -107,7 +107,7 @@ public class DeleteSDNCNetworkResource extends AbstractServiceTaskProcessor { throw e; } catch (Exception ex){ msg = "Exception in preProcessRequest " + ex.getMessage() - utils.log("DEBUG", msg, isDebugEnabled) + msoLogger.debug(msg) exceptionUtil.buildAndThrowWorkflowException(execution, 7000, msg) } } |