diff options
| author | Geoff Nixon | 2014-05-15 21:00:50 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-16 00:00:41 -0500 | 
| commit | 8e29695ff35506cf4156c5075e71e4e3903f86ac (patch) | |
| tree | c406ecd3011c737233ed3e059b1c9dc51e9ae708 /Library/Homebrew/formulary.rb | |
| parent | 4683b81d1174b314d5dd08573604e4a2d7595f65 (diff) | |
| download | homebrew-8e29695ff35506cf4156c5075e71e4e3903f86ac.tar.bz2 | |
Print debug messages to stderr
Closes #29294.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/formulary.rb')
| -rw-r--r-- | Library/Homebrew/formulary.rb | 2 | 
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  | 
