ec2: update spot instance message

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-04-14 17:03:38 -04:00
parent 9b577aabb6
commit 460cc02ea5
No known key found for this signature in database
GPG Key ID: A519480096146526
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ func (d *Driver) Create() error {
}
var instanceId string
var spotInstanceRequestStatus string
log.Debug("waiting for spot instance fulfillment...")
log.Info("Waiting for spot instance...")
// check until fulfilled
for instanceId == "" {
time.Sleep(time.Second * 5)