builder/amazon/common: correct the log statement

pull/919/head
Mitchell Hashimoto 13 years ago
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) {
log.Printf("Waiting for instance state to become: %s", conf.Target)
log.Printf("Waiting for state to become: %s", conf.Target)
for {
var currentState string

Loading…
Cancel
Save