# File lib/puma/events.rb, line 40
    def debug(str)
      log("% #{str}") if @debug
    end