# File lib/relevance/tarantula/crawler.rb, line 245
      def blip(number = 0)
        unless verbose
          print "\r #{links_completed_count} of #{total_links_count} links completed               " if @stdout_tty
          timeout_if_too_long(number)
        end
      end