[Groonga-commit] droonga/droonga-engine at bbc58d6 [master] Fix mismatched method name

Back to archive index

YUKI Hiroshi null+****@clear*****
Sat Nov 29 02:07:11 JST 2014


YUKI Hiroshi	2014-11-29 02:07:11 +0900 (Sat, 29 Nov 2014)

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

  Message:
    Fix mismatched method name

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+2 -2)
===================================================================
--- bin/droonga-engine-join    2014-11-29 01:59:16 +0900 (f564ca5)
+++ bin/droonga-engine-join    2014-11-29 02:07:11 +0900 (c4fcff3)
@@ -174,8 +174,8 @@ class JoinCommand
     if timestamp and not timestamp.empty?
       puts "The timestamp of the last processed message in the source node: #{timestamp}"
       puts "Setting effective message timestamp for the destination node..."
-      response = run_remote_command(destination_node, "set_status",
-                                    "node" => destination_node,
+      response = run_remote_command(joining_node, "set_status",
+                                    "node" => joining_node,
                                     "key" => "effective_message_timestamp",
                                     "value" => timestamp)
     end
-------------- next part --------------
HTML����������������������������...
下載 



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