mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14284)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14324/head
parent
703eabc2bf
commit
3bc73963a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue