Browse Source

log on finish dl

AjayTripathy 7 years ago
parent
commit
ca8c7b37a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cloud/awsprovider.go

+ 1 - 0
cloud/awsprovider.go

@@ -254,6 +254,7 @@ func (aws *AWS) DownloadPricingData() error {
 		klog.V(2).Infof("Bogus fetch of \"%s\": %v", pricingURL, err)
 		return err
 	}
+	klog.V(2).Infof("Finished downloading \"%s\"", pricingURL)
 
 	dec := json.NewDecoder(resp.Body)
 	for {