From 3cd5f1742692d4dd5ff01af90d4bb71d07f7bfde Mon Sep 17 00:00:00 2001 From: Geoff Nixon <ĝeȫff · ńıxṍn ⓐ åol · ḉoṃ> Date: Thu, 15 May 2014 21:00:50 -0700 Subject: [PATCH] Print debug messages to stderr Closes Homebrew/homebrew#29294. Signed-off-by: Jack Nagel --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 3d3d7930b1..31a7fd51ec 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