core: Show message when checksumming box [GH-3623]

This commit is contained in:
Mitchell Hashimoto 2014-05-03 09:17:49 -07:00
parent a0bc119ec7
commit 51ffa4181c
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ module Vagrant
end end
if opts[:checksum] && opts[:checksum_type] if opts[:checksum] && opts[:checksum_type]
env[:ui].detail(I18n.t("vagrant.actions.box.add.checksumming"))
validate_checksum( validate_checksum(
opts[:checksum_type], opts[:checksum], box_url) opts[:checksum_type], opts[:checksum], box_url)
end end