Navigation Menu

Skip to content

Commit

Permalink
Fix wrong method call
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent eb9aea2 commit 29f47e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -89,7 +89,7 @@ def stop_immediately
@adapter_runners.each_value do |adapter_runner|
adapter_runner.shutdown
end
@farm.shutdown
@farm.stop_immediately
logger.trace("stop_immediately: done")
end

Expand Down

0 comments on commit 29f47e4

Please sign in to comment.