fix logging in retry

This commit is contained in:
Sergey Dudoladov 2019-03-07 15:20:52 +01:00
parent db72d82f14
commit 02bf8fddf9
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func (c *Controller) moveMasterPodsOffNode(node *v1.Node) {
)
if err != nil {
c.logger.Warning("failed to move master pods from the node %q: timeout of %v minutes expired", node.Name, c.opConfig.MasterPodMoveTimeout)
c.logger.Warningf("failed to move master pods from the node %q: timeout of %v minutes expired", node.Name, c.opConfig.MasterPodMoveTimeout)
}
}