Navigation Menu

Skip to content

Commit

Permalink
Fix reference to Drndump::DumpClient renamed from Dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent cc4389c commit 2605bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -19,7 +19,7 @@
require "droonga/serf"
require "droonga/node_name"

require "drndump/dumper"
require "drndump/dump_client"

module Droonga
module Plugins
Expand Down Expand Up @@ -47,7 +47,7 @@ def start

@dumper_error_message = nil

dumper = Drndump::Dumper.new(dumper_params)
dumper = Drndump::DumpClient.new(dumper_params)
dumper.on_finish = lambda do
on_finish
end
Expand Down

0 comments on commit 2605bb7

Please sign in to comment.