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

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/13902/head
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
1 changed files with 1 additions and 1 deletions

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