mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix: a little grammar issue
This commit is contained in:
parent
e814f6f78a
commit
caeec38c2a
@ -112,7 +112,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