Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kkhuang committed Oct 7, 2023
1 parent cc68e03 commit d22a35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private Message executeECMOperation(
if (Objects.isNull(ecmNode)) {
return Message.error(
MessageFormat.format(
"ECM node :[{0}] does not exist, Unable to open engine log(ECM节点:[{1}] 异常,无法打开日志,可能是该节点服务重启或则服务异常导致)",
"ECM node :[{0}] does not exist, Unable to open engine log(ECM节点:[{1}] 异常,无法打开日志,可能是该节点服务重启或者服务异常导致)",
engineInstance, engineInstance));
}
String operationName = OperateRequest$.MODULE$.getOperationName(ecmOperateRequest.parameters());
Expand Down

0 comments on commit d22a35a

Please sign in to comment.