[Groonga-commit] droonga/droonga-engine at eb5d756 [master] Output actual timestamp of the inpouring message to the log correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 7 15:06:08 JST 2015


YUKI Hiroshi	2015-04-07 15:06:08 +0900 (Tue, 07 Apr 2015)

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

  Message:
    Output actual timestamp of the inpouring message to the log correctly

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+1 -1)
===================================================================
--- lib/droonga/engine.rb    2015-04-07 14:07:03 +0900 (6234cb1)
+++ lib/droonga/engine.rb    2015-04-07 15:06:08 +0900 (534d68a)
@@ -136,7 +136,7 @@ module Droonga
         return false
       end
 
-      logger.trace("checking effective_message_timestamp (#{effective_timestamp}) vs message_timestamp(message_timestamp)")
+      logger.trace("checking effective_message_timestamp (#{effective_timestamp}) vs message_timestamp(#{message_timestamp})")
       return false if effective_timestamp >= message_timestamp
 
       logger.trace("deleting obsolete effective_message_timestamp: start")
-------------- next part --------------
HTML����������������������������...
Download 



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