Skip to content

Commit

Permalink
fix:code style
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Dec 26, 2023
1 parent 6d31608 commit 584718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ func (p *PolarisConfigWatcher) receiveConfigFiles(resp *config_manage.ConfigDisc
}

wait.Wait()
log.SyncConfigMapScope().Debugf("finish config map sync", zap.Duration("cost", time.Since(start)),
log.SyncConfigMapScope().Debug("finish config map sync", zap.Duration("cost", time.Since(start)),
zap.Int32("add", syncCnt.Load()), zap.Int32("del", delCnt.Load()))
}

Expand Down

0 comments on commit 584718c

Please sign in to comment.