builder/amazon/common: correct the log statement
This commit is contained in:
parent
be5fa9ecdb
commit
668631bd87
|
@ -30,7 +30,7 @@ func InstanceStateRefreshFunc(conn *ec2.EC2, i *ec2.Instance) func() (interface{
|
||||||
}
|
}
|
||||||
|
|
||||||
func WaitForState(conf *StateChangeConf) (i interface{}, err error) {
|
func WaitForState(conf *StateChangeConf) (i interface{}, err error) {
|
||||||
log.Printf("Waiting for instance state to become: %s", conf.Target)
|
log.Printf("Waiting for state to become: %s", conf.Target)
|
||||||
|
|
||||||
for {
|
for {
|
||||||
var currentState string
|
var currentState string
|
||||||
|
|
Loading…
Reference in New Issue