mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip e2e] Modify log text according to naming conventions (#13710)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
bfcfa2f15e
commit
1dc4418059
@ -74,7 +74,7 @@ func newGarbageCollector(meta *meta, opt GcOption) *garbageCollector {
|
||||
func (gc *garbageCollector) start() {
|
||||
if gc.option.enabled {
|
||||
if gc.option.cli == nil {
|
||||
log.Warn("datacoord gc enabled, but SSO client is not provided")
|
||||
log.Warn("DataCoord gc enabled, but SSO client is not provided")
|
||||
return
|
||||
}
|
||||
gc.startOnce.Do(func() {
|
||||
|
Loading…
Reference in New Issue
Block a user