Fixed syntax error.
This commit is contained in:
parent
979d3bbf12
commit
454935f92a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue