summaryrefslogtreecommitdiff
path: root/tool/extlibs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/extlibs.rb')
-rwxr-xr-xtool/extlibs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/extlibs.rb b/tool/extlibs.rb
index 5e8628cb63..cd8e5239b3 100755
--- a/tool/extlibs.rb
+++ b/tool/extlibs.rb
@@ -243,7 +243,7 @@ class ExtLibs
begin
extracted = do_command(mode, dest, url, cache_dir, chksums)
rescue => e
- warn e.inspect
+ warn e.full_message
success = false
end
url = chksums = nil