Skip to content

Commit

Permalink
Merge pull request #13704 from kumakichi/main
Browse files Browse the repository at this point in the history
fix: a little grammar issue
  • Loading branch information
ptabor authored Feb 25, 2022
2 parents 599bbf2 + caeec38 commit af7154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdmain/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func startEtcdOrProxyV2(args []string) {
which := identifyDataDirOrDie(cfg.ec.GetLogger(), cfg.ec.Dir)
if which != dirEmpty {
lg.Info(
"server has been already initialized",
"server has already been initialized",
zap.String("data-dir", cfg.ec.Dir),
zap.String("dir-type", string(which)),
)
Expand Down

0 comments on commit af7154c

Please sign in to comment.