aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-07 17:38:15 +0100
committerMike McQuaid2013-09-07 17:38:15 +0100
commit4eb31ac676f0980992af1c7c36965228068f00fe (patch)
treeb995aeba027aa439594896d3e459d3d7b61c2691 /Library
parent4489a8684f258c6a56d3e44397fae15bc6784ddb (diff)
downloadbrew-4eb31ac676f0980992af1c7c36965228068f00fe.tar.bz2
audit: print warning and description.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 0fca0b4af..af111a564 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -592,8 +592,8 @@ class FormulaAuditor
def audit_check_output warning_and_description
return unless warning_and_description
- warning, _ = *warning_and_description
- problem warning
+ warning, description = *warning_and_description
+ problem "#{warning}\n#{description}"
end
def audit_installed