aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Nixon2014-05-15 21:00:50 -0700
committerJack Nagel2014-05-16 00:00:41 -0500
commit8e29695ff35506cf4156c5075e71e4e3903f86ac (patch)
treec406ecd3011c737233ed3e059b1c9dc51e9ae708
parent4683b81d1174b314d5dd08573604e4a2d7595f65 (diff)
downloadhomebrew-8e29695ff35506cf4156c5075e71e4e3903f86ac.tar.bz2
Print debug messages to stderr
Closes #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