tweaking ux printing rolled cluster name

This commit is contained in:
chrislovecnm 2017-09-23 19:41:36 -06:00
parent 9ed7c5537d
commit 8dabeecd3b
1 changed files with 1 additions and 1 deletions

View File

@ -170,6 +170,6 @@ func (c *RollingUpdateCluster) RollingUpdate(groups map[string]*CloudInstanceGro
}
}
glog.Infof("Rolling update completed!")
glog.Infof("Rolling update completed for cluster %q!", c.ClusterName)
return nil
}