Merge pull request #13704 from kumakichi/main

fix: a little grammar issue
This commit is contained in:
Piotr Tabor 2022-02-25 18:55:45 +01:00 committed by GitHub
commit af7154c1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)),
)