builder/amazon/common: correct the log statement

This commit is contained in:
Mitchell Hashimoto 2013-07-30 17:32:41 -07:00
parent be5fa9ecdb
commit 668631bd87
1 changed files with 1 additions and 1 deletions

View File

@ -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