diff --git a/lib/vagrant/util/downloader.rb b/lib/vagrant/util/downloader.rb index 2754f8c6e..dee2cbaca 100644 --- a/lib/vagrant/util/downloader.rb +++ b/lib/vagrant/util/downloader.rb @@ -118,7 +118,8 @@ module Vagrant # If its any error other than 33, it is an error. raise if e.extra_data[:code].to_i != 33 - # Exit code 33 means that the server doesn't support ranges. # In this case, try again without resume. + # Exit code 33 means that the server doesn't support ranges. + # In this case, try again without resume. @logger.error("Error is server doesn't support byte ranges. Retrying from scratch.") @continue = false retried = true