Commit 02f22cf0a8d6e22ff2837cc4cc48facc6534984b

Authored by Andrew Kane
1 parent 9f2e8dd3

Fixed warn [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick.rb
... ... @@ -193,7 +193,7 @@ module Searchkick
193 193 end
194 194  
195 195 def self.warn(message)
196   - warn "[searchkick] WARNING: #{message}"
  196 + super("[searchkick] WARNING: #{message}")
197 197 end
198 198  
199 199 # private
... ...