未验证 提交 696dc4bb 编写于 作者: S ShenLiang 提交者: GitHub

fix the warning of reducer (#29323)

上级 b9a8ebd5
...@@ -225,7 +225,7 @@ void Reducer::MarkVariableReady(const VariableIndex &var_index, ...@@ -225,7 +225,7 @@ void Reducer::MarkVariableReady(const VariableIndex &var_index,
void Reducer::MarkGroupReady(size_t group_index) { void Reducer::MarkGroupReady(size_t group_index) {
if (group_index > next_group_) { if (group_index > next_group_) {
LOG(WARNING) << "Maybe it need adjust the order of group"; VLOG(3) << "Maybe it need adjust the order of group";
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册