mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13704 from kumakichi/main
fix: a little grammar issue
This commit is contained in:
commit
af7154c1f4
@ -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)),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user