[Groonga-commit] droonga/fluent-plugin-droonga at 57aa09b [master] Remove needless farm_path call

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 24 15:03:45 JST 2013


Kouhei Sutou	2013-12-24 15:03:45 +0900 (Tue, 24 Dec 2013)

  New Revision: 57aa09be834bf84ea52d43951dea06652531c023
  https://github.com/droonga/fluent-plugin-droonga/commit/57aa09be834bf84ea52d43951dea06652531c023

  Message:
    Remove needless farm_path call
    
    It should be a remote f-p-d.

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2013-12-24 14:50:27 +0900 (78b0081)
+++ lib/droonga/dispatcher.rb    2013-12-24 15:03:45 +0900 (081d25e)
@@ -112,7 +112,7 @@ module Droonga
       else
         @forwarder.forward(@message.merge("body" => message),
                            "type" => "dispatcher",
-                           "to"   => farm_path(destination))
+                           "to"   => destination)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index