mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci]Fix error log output format in meta_service.go (#13349)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
302584c59c
commit
5f02a3738a
@ -66,7 +66,7 @@ func (mService *metaService) getCollectionSchema(ctx context.Context, collID Uni
|
|||||||
}
|
}
|
||||||
|
|
||||||
if response.GetStatus().GetErrorCode() != commonpb.ErrorCode_Success {
|
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
|
return response.GetSchema(), nil
|
||||||
|
Loading…
Reference in New Issue
Block a user