aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Nixon2014-05-15 21:00:50 -0700
committerJack Nagel2014-05-16 00:00:41 -0500
commit3cd5f1742692d4dd5ff01af90d4bb71d07f7bfde (patch)
treeb5c9689abab7d26d0f8c4b54e08c1dff75ceb0d8
parent631a5a3a0b395660ab037b0dadaf57a47d81c62f (diff)
downloadbrew-3cd5f1742692d4dd5ff01af90d4bb71d07f7bfde.tar.bz2
Print debug messages to stderr
Closes Homebrew/homebrew#29294. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Homebrew/formulary.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb
index 3d3d7930b..31a7fd51e 100644
--- a/Library/Homebrew/formulary.rb
+++ b/Library/Homebrew/formulary.rb
@@ -60,7 +60,7 @@ class Formulary
end
unless have_klass
- puts "#{$0} (#{self.class.name}): loading #{path}" if ARGV.debug?
+ STDERR.puts "#{$0} (#{self.class.name}): loading #{path}" if ARGV.debug?
begin
require path
rescue NoMethodError