aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-07 17:33:02 -0600
committerJack Nagel2014-03-07 17:33:02 -0600
commit568c878b0a32202c416bc06782f8b212eb2d5c93 (patch)
treec3b195b4512cd90bb63cc89d9693c3e76e2d775f
parentd476a84f4f1829cff818d18458d77f17c698fc92 (diff)
downloadbrew-568c878b0a32202c416bc06782f8b212eb2d5c93.tar.bz2
Print loader class name in debug mode
-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 8baf95b1b..fd96b5f70 100644
--- a/Library/Homebrew/formulary.rb
+++ b/Library/Homebrew/formulary.rb
@@ -52,7 +52,7 @@ class Formulary
end
unless have_klass
- puts "#{$0}: loading #{path}" if ARGV.debug?
+ puts "#{$0} (#{self.class.name}): loading #{path}" if ARGV.debug?
begin
require path
rescue NoMethodError