Browse Source

Fixed syntax error.

Martin Edenhofer 10 years ago
parent
commit
454935f92a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/search_index_backend.rb

+ 1 - 1
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