未验证 提交 7cb35e41 编写于 作者: J JackLCL 提交者: GitHub

[skip ci]Fix error log output format in task.go (#13102)

Signed-off-by: NJackLCL <chenglong.li@zilliz.com>
上级 26225a56
......@@ -149,7 +149,7 @@ func (it *IndexBuildTask) checkIndexMeta(ctx context.Context, pre bool) error {
return err
}
if len(values) == 0 {
return fmt.Errorf("IndexNode checkIndexMeta the indexMeta is empty")
return fmt.Errorf("indexNode checkIndexMeta the indexMeta is empty")
}
log.Debug("IndexNode checkIndexMeta load meta success", zap.Any("path", it.req.MetaPath), zap.Any("pre", pre))
err = proto.Unmarshal([]byte(values[0]), &indexMeta)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册