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

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/14324/head
guoxiangzhou 2021-12-27 15:12:59 +08:00 committed by GitHub
parent 703eabc2bf
commit 3bc73963a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ func saveBinLog(ctx context.Context,
Binlogs: []*datapb.Binlog{{LogPath: key}},
})
}
log.Debug("[query coord unittest] save binlog file to MinIO/S3")
log.Debug("[QueryCoord unittest] save binlog file to MinIO/S3")
err = dataKV.MultiSave(kvs)
return fieldBinlog, err