# File lib/rack/mount/utils.rb, line 25
    def debug(msg)
      warn "Rack::Mount #{msg}" if $DEBUG
    end