Skip to content

Commit

Permalink
server: move client function to util (tikv#5964)
Browse files Browse the repository at this point in the history
close tikv#5837

Signed-off-by: lhy1024 <admin@liudos.us>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Conflicts:
	pkg/utils/etcdutil/etcdutil.go
  • Loading branch information
lhy1024 authored and nolouch committed Feb 24, 2023
1 parent 1141fbc commit 27c8f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (c *Config) Parse(flagSet *pflag.FlagSet) error {
c.WarningMsgs = append(c.WarningMsgs, msg)
}
if meta.IsDefined("dashboard", "disable-telemetry") {
msg := fmt.Sprintf("disable-telemetry in %s is deprecated, use enable-telemetry instead", c.configFile)
msg := fmt.Sprintf("disable-telemetry in %s is deprecated, use enable-telemetry instead", configFile)
c.WarningMsgs = append(c.WarningMsgs, msg)
}
}
Expand Down

0 comments on commit 27c8f9f

Please sign in to comment.