diff options
Diffstat (limited to 'Library/Homebrew')
| -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 |
