distributed-deploy: update the english logs

Signed-off-by: zeoio <kinsleer@outlook.com>
This commit is contained in:
何跃江 2020-04-29 06:48:26 +08:00 committed by zeoio
parent 96327c7723
commit 10e0a21eed

View file

@ -128,7 +128,7 @@ public class InstallController {
if (StringUtils.isEmpty(filePath)) {
downloadResponse.setCode(ResponseCode.Fail);
// downloadResponse.setMsg("打包安装文件失败");
downloadResponse.setMsg("Fail to package exception");
downloadResponse.setMsg("Fail to install the package exception");
setErrorResult(response, downloadResponse);
return;
}