Skip to content

Commit

Permalink
ux logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed Sep 24, 2017
1 parent 9754d2e commit dc67fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instancegroups/rollingupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,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
}

0 comments on commit dc67fca

Please sign in to comment.