[Groonga-commit] droonga/droonga-engine at 036ba04 [master] Convert Pathname to string before using as a command line parameter

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 12:20:07 JST 2015


YUKI Hiroshi	2015-04-21 12:20:07 +0900 (Tue, 21 Apr 2015)

  New Revision: 036ba04bc5d0616a7430f4db184c2cdb6fc6ee77
  https://github.com/droonga/droonga-engine/commit/036ba04bc5d0616a7430f4db184c2cdb6fc6ee77

  Message:
    Convert Pathname to string before using as a command line parameter

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2015-04-21 12:16:13 +0900 (650b138)
+++ lib/droonga/serf.rb    2015-04-21 12:20:07 +0900 (90adb3f)
@@ -61,7 +61,7 @@ module Droonga
                         @name.host, agent_port, rpc_port,
                         "-node", @name.to_s,
                         "-event-handler", "droonga-engine-serf-event-handler",
-                        "-tags-file", self.class.tags_file,
+                        "-tags-file", self.class.tags_file.to_s,
                         *retry_joins)
       agent.on_ready = lambda do
         set_tag("type", "engine")
-------------- next part --------------
HTML����������������������������...
Download 



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