# File lib/bundler/ui.rb, line 63
      def debug(msg, newline = nil)
        tell_me(msg, nil, newline) if level("debug")
      end