mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
distributed-deploy: update the english logs
Signed-off-by: zeoio <kinsleer@outlook.com>
This commit is contained in:
parent
96327c7723
commit
10e0a21eed
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ public class InstallController {
|
||||||
if (StringUtils.isEmpty(filePath)) {
|
if (StringUtils.isEmpty(filePath)) {
|
||||||
downloadResponse.setCode(ResponseCode.Fail);
|
downloadResponse.setCode(ResponseCode.Fail);
|
||||||
// downloadResponse.setMsg("打包安装文件失败");
|
// downloadResponse.setMsg("打包安装文件失败");
|
||||||
downloadResponse.setMsg("Fail to package exception");
|
downloadResponse.setMsg("Fail to install the package exception");
|
||||||
setErrorResult(response, downloadResponse);
|
setErrorResult(response, downloadResponse);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue