# File lib/thinking_sphinx/active_record/log_subscriber.rb, line 19
  def caution(event)
    identifier = color 'Sphinx', GREEN, true
    warn "  #{identifier}  #{event.payload[:caution]}"
  end