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