[skip e2e]Fix error log output format in meta_table.go (#14027)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/14065/head
JackLCL 2021-12-23 14:25:53 +08:00 committed by GitHub
parent 2eaef45cf3
commit bf66721ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func (mt *metaTable) reloadFromKV() error {
indexMeta := indexpb.IndexMeta{}
err = proto.Unmarshal([]byte(values[i]), &indexMeta)
if err != nil {
return fmt.Errorf("indexCoord metaTable reloadFromKV UnmarshalText indexpb.IndexMeta err:%w", err)
return fmt.Errorf("IndexCoord metaTable reloadFromKV UnmarshalText indexpb.IndexMeta err:%w", err)
}
meta := &Meta{