summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-05 12:36:29 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-05 12:36:29 +0000
commit8f734dc7b543e7662b66cffd5d698d372d9a0b7a (patch)
tree35787033613edb84aea3eb6457305b84949c1683 /tool
parentf6338966f15c0f77b3508ff0ceef8ea9553c5063 (diff)
output more debug information in downloader.rb (temporary)
Unicode file download doesn't work with Visual Studio, we need more debug output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/downloader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 8ec8c966f9..f43861ceb5 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -330,6 +330,7 @@ end
Downloader.https = https.freeze
if $0 == __FILE__
+ puts "==== downloader.rb called with the following arguments: #{ARGV.join ' '}" # additional output for debugging
since = true
options = {}
until ARGV.empty?