audit: print warning and description.

This commit is contained in:
Mike McQuaid 2013-09-07 17:38:15 +01:00
parent 4489a8684f
commit 4eb31ac676

View File

@ -592,8 +592,8 @@ class FormulaAuditor
def audit_check_output warning_and_description def audit_check_output warning_and_description
return unless warning_and_description return unless warning_and_description
warning, _ = *warning_and_description warning, description = *warning_and_description
problem warning problem "#{warning}\n#{description}"
end end
def audit_installed def audit_installed