Commit a0cf235e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 23de320c
...@@ -427,7 +427,7 @@ func (m *Master) recovery(ctx context.Context) (err error) { ...@@ -427,7 +427,7 @@ func (m *Master) recovery(ctx context.Context) (err error) {
if !ready { if !ready {
state = "not ready" state = "not ready"
} }
log.Info(ctx, "cluster is %s to start", state) log.Infof(ctx, "cluster is %s to start", state)
readyToStart = ready readyToStart = ready
traceMasterStartReady(m, ready) traceMasterStartReady(m, ready)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment