This commit is contained in:
chenjianxing 2020-06-17 17:41:01 +08:00
commit 6bcee923fd
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class DockerTestEngine extends AbstractEngine {
restTemplate.postForObject(uri, testRequest, String.class);
} catch (Exception e) {
LogUtil.error(e);
MSException.throwException(Translator.get("load_test_kafka_invalid"));
MSException.throwException(Translator.get("start_engine_fail"));
}
}