Commit 668631bd authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/amazon/common: correct the log statement

parent be5fa9ec
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment