Navigation Menu

Skip to content

Commit

Permalink
Use given dataset name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 520a688 commit 9856832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/command/serf_event_handler.rb
Expand Up @@ -217,11 +217,11 @@ def absorb_data
tag = dataset.replicas.tag
end

puts "dataset = #{dataset}"
puts "dataset = #{dataset_name}"
puts "port = #{port}"
puts "tag = #{tag}"

DataAbsorber.absorb(:dataset => dataset,
DataAbsorber.absorb(:dataset => dataset_name,
:source_host => source,
:destination_host => host,
:port => port,
Expand Down

0 comments on commit 9856832

Please sign in to comment.