Fix extra argument passed for debug 69/42269/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 11 Apr 2018 13:03:46 +0000 (13:03 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 11 Apr 2018 13:05:03 +0000 (13:05 +0000)
Fix extra argument passed for debug

Change-Id: I88c1475867d8e657b69beab88d06110bbd121a27
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/DoCreateNetworkInstance.groovy

index 7d21a06..ccbe9b8 100644 (file)
@@ -264,7 +264,7 @@ public class DoCreateNetworkInstance extends AbstractServiceTaskProcessor {
                        } catch (IOException ex) {
                                String exceptionMessage = "Exception Encountered in DoCreateNetworkInstance, PreProcessRequest() - "
                                String dataErrorMessage = exceptionMessage + " Unable to encode PO/SDNC user/password string - " + ex.getMessage()
-                               utils.log("DEBUG", dataErrorMessage, isDebugEnabled)
+                               utils.log("DEBUG", dataErrorMessage, isDebugEnabled)
                                exceptionUtil.buildAndThrowWorkflowException(execution, 2500, dataErrorMessage)
                        }