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

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
guoxiangzhou 2021-12-20 17:42:07 +08:00 committed by GitHub
parent bfcfa2f15e
commit 1dc4418059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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