mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14970)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/15029/head
parent
384ceea223
commit
8ec3c69447
|
@ -2114,7 +2114,7 @@ func (qt *queryTask) PreExecute(ctx context.Context) error {
|
|||
if showResp.Status.ErrorCode != commonpb.ErrorCode_Success {
|
||||
return errors.New(showResp.Status.Reason)
|
||||
}
|
||||
log.Debug("query coordinator show collections",
|
||||
log.Debug("QueryCoord show collections",
|
||||
zap.Any("collections", showResp.CollectionIDs),
|
||||
zap.Any("collID", collectionID))
|
||||
|
||||
|
|
Loading…
Reference in New Issue