# File lib/mongrel/rails.rb, line 98
      def log_threads_waiting_for(event)
        if Time.now - @tick > 10
          STDERR.puts "#{Time.now}: #{@guard.sync_waiting.length} threads sync_waiting for #{event}, #{self.listener.workers.list.length} still active in mongrel."
          @tick = Time.now
        end
      end