diff --git a/lib/search_index_backend.rb b/lib/search_index_backend.rb index f0e9b21ec..a8c553bbd 100644 --- a/lib/search_index_backend.rb +++ b/lib/search_index_backend.rb @@ -121,7 +121,7 @@ remove whole data from index ) #puts "# #{response.code.to_s}" return true if response.success? - puts "NOTICE: can't drop index: " response.inspect + puts "NOTICE: can't drop index: " + response.inspect end =begin