Print loader class name in debug mode
This commit is contained in:
parent
d476a84f4f
commit
568c878b0a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user