From 668631bd87e811dda1cef801eec06abe5329d032 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 30 Jul 2013 17:32:41 -0700 Subject: [PATCH] builder/amazon/common: correct the log statement --- builder/amazon/common/instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/amazon/common/instance.go b/builder/amazon/common/instance.go index 12c033d66..1ea763e54 100644 --- a/builder/amazon/common/instance.go +++ b/builder/amazon/common/instance.go @@ -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