Merge "Add APPC-related Activities for WFD"
[so.git] / bpmn / so-bpmn-tasks / src / main / java / org / onap / so / bpmn / infrastructure / appc / tasks / AppcRunTasks.java
index 85cbb75..4b4b3ec 100644 (file)
@@ -135,8 +135,8 @@ public class AppcRunTasks {
                        mapRollbackVariables(execution, action, appcCode);
                }
                catch (Exception e) {
-                       logger.error("{} {} {} {} {} {}", MessageEnum.BPMN_GENERAL_EXCEPTION.toString(),
-                               "Caught exception in runAppcCommand", "BPMN", MsoLogger.getServiceName(),
+                       logger.error("{} {} {} {} {}", MessageEnum.BPMN_GENERAL_EXCEPTION.toString(),
+                               "Caught exception in runAppcCommand", "BPMN",
                                MsoLogger.ErrorCode.UnknownError.getValue(), "APPC Error", e);
                        appcMessage = e.getMessage();
                }