[Groonga-commit] droonga/droonga-engine at 1e471a3 [master] Suppress message for "last processed message timestamp" if it is empty

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 21 20:45:17 JST 2014


YUKI Hiroshi	2014-11-21 20:45:17 +0900 (Fri, 21 Nov 2014)

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

  Message:
    Suppress message for  "last processed message timestamp" if it is empty

  Modified files:
    bin/droonga-engine-absorb-data

  Modified: bin/droonga-engine-absorb-data (+1 -1)
===================================================================
--- bin/droonga-engine-absorb-data    2014-11-21 20:43:54 +0900 (c4b1546)
+++ bin/droonga-engine-absorb-data    2014-11-21 20:45:17 +0900 (d53b13b)
@@ -130,8 +130,8 @@ if options.remote
                                 "node" => source_node,
                                 "key" => "last_processed_message_timestamp")
   timestamp = response["value"]
-  puts "The timestamp of the last processed message in the source node: #{timestamp}"
   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,
-------------- next part --------------
HTML����������������������������...
下載 



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