提交 bc4c9c43 编写于 作者: Z zhoubo01

commemt

上级 0e0a9551
...@@ -30,7 +30,7 @@ AsyncESAgent::~AsyncESAgent() { ...@@ -30,7 +30,7 @@ AsyncESAgent::~AsyncESAgent() {
bool AsyncESAgent::_save() { bool AsyncESAgent::_save() {
bool success = true; bool success = true;
if (_is_sampling_agent) { if (_is_sampling_agent) {
LOG(ERROR) << "[DeepES] Cloned AsyncESAgent cannot call `save`.Please use cloned AsyncESAgent."; LOG(ERROR) << "[DeepES] Cloned AsyncESAgent cannot call `save`.Please use original AsyncESAgent.";
success = false; success = false;
return success; return success;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册