mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Refine log (#16269)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
e2e345079f
commit
cd0f3cbcd3
@ -74,7 +74,7 @@ func getDmlChannelsFunc(ctx context.Context, rc types.RootCoord) getChannelsFunc
|
||||
}
|
||||
resp, err := rc.DescribeCollection(ctx, req)
|
||||
if err != nil {
|
||||
log.Warn("DescribeCollection", zap.Error(err))
|
||||
log.Warn("failed to describe collection", zap.Error(err), zap.Int64("collection", collectionID))
|
||||
return nil, err
|
||||
}
|
||||
if resp.Status.ErrorCode != 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user