[skip e2e] Modify log text according to the naming conventions (#14970)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/15029/head
guoxiangzhou 2022-01-07 18:39:22 +08:00 committed by GitHub
parent 384ceea223
commit 8ec3c69447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))