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) {
if !ready {
state = "not ready"
}
log.Info(ctx, "cluster is %s to start", state)
log.Infof(ctx, "cluster is %s to start", state)
readyToStart = 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