diff --git a/lib/squib/input_helpers.rb b/lib/squib/input_helpers.rb index 50dda4e..1fa7aca 100644 --- a/lib/squib/input_helpers.rb +++ b/lib/squib/input_helpers.rb @@ -8,7 +8,7 @@ module Squib # :nodoc: # @api private def needs(opts, params) - Squib.logger.debug {"Given opts: #{opts}"} + Squib.logger.debug {"Method #{caller(1,1)} was given the following opts: #{opts}"} opts = layoutify(opts) if params.include? :layout opts = Squib::SYSTEM_DEFAULTS.merge(opts) opts = expand_singletons(opts, params)