diff --git a/internal/proxy/channels_mgr.go b/internal/proxy/channels_mgr.go index d824c77a42..68ded8cec6 100644 --- a/internal/proxy/channels_mgr.go +++ b/internal/proxy/channels_mgr.go @@ -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 {