未验证 提交 5f02a373 编写于 作者: J JackLCL 提交者: GitHub

[skip ci]Fix error log output format in meta_service.go (#13349)

Signed-off-by: NJackLCL <chenglong.li@zilliz.com>
上级 302584c5
......@@ -66,7 +66,7 @@ func (mService *metaService) getCollectionSchema(ctx context.Context, collID Uni
}
if response.GetStatus().GetErrorCode() != commonpb.ErrorCode_Success {
return nil, fmt.Errorf("Describe collection %v from rootcoord wrong: %s", collID, response.GetStatus().GetReason())
return nil, fmt.Errorf("describe collection %v from rootcoord wrong: %s", collID, response.GetStatus().GetReason())
}
return response.GetSchema(), nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册