Show the file being downloaded with verbose

This commit is contained in:
g0tmi1k
2018-05-09 13:09:58 +01:00
parent c8036692ee
commit a53e9a5e12

View File

@@ -95,7 +95,7 @@ class DbUpdater
puts ' [i] Needs to be updated' if verbose
create_backup(filename)
puts ' [i] Backup Created' if verbose
puts ' [i] Downloading new file' if verbose
puts " [i] Downloading new file: #{remote_file_url(filename)}" if verbose
dl_checksum = download(filename)
puts " [i] Downloaded File Checksum: #{dl_checksum}" if verbose
puts " [i] Database File Checksum : #{db_checksum}" if verbose