mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to naming conventions (#13710)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/13902/head
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