aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-06 12:00:17 -0700
committerAdam Vandenberg2014-04-06 12:00:34 -0700
commitb24ef38bc1990707133fb24788fcabe0be81c9a1 (patch)
tree6a2e0431b860a960cdd7022b720910310d88c759 /Library/Homebrew/exceptions.rb
parenta2a75aca1a9e98a28e0ef113fcbb58a36793bde0 (diff)
downloadbrew-b24ef38bc1990707133fb24788fcabe0be81c9a1.tar.bz2
show formula version in failed build output
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 56a3f7dc7..43a8c38d6 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -203,7 +203,7 @@ class BuildError < Homebrew::InstallationError
ohai "ENV"
Homebrew.dump_build_env(env)
puts
- onoe "#{formula.name} did not build"
+ onoe "#{formula.name} #{formula.version} did not build"
unless (logs = Dir["#{HOMEBREW_LOGS}/#{formula}/*"]).empty?
puts "Logs:"
puts logs.map{|fn| " #{fn}"}.join("\n")