[Groonga-commit] droonga/droonga-engine at b394a2c [master] Fix mismatched trace log message

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 12:15:43 JST 2015


YUKI Hiroshi	2015-04-21 12:15:43 +0900 (Tue, 21 Apr 2015)

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

  Message:
    Fix mismatched trace log message

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+2 -2)
===================================================================
--- lib/droonga/engine.rb    2015-04-21 12:13:56 +0900 (8ea578f)
+++ lib/droonga/engine.rb    2015-04-21 12:15:43 +0900 (9489e2d)
@@ -110,12 +110,12 @@ module Droonga
     end
 
     def save_last_processed_message_timestamp
-      logger.trace("output_last_processed_message_timestamp: start")
+      logger.trace("save_last_processed_message_timestamp: start")
       if @last_processed_message_timestamp
         serf = Serf.new(@name)
         serf.last_processed_message_timestamp = @last_processed_message_timestamp
       end
-      logger.trace("output_last_processed_message_timestamp: done")
+      logger.trace("save_last_processed_message_timestamp: done")
     end
 
     def log_tag
-------------- next part --------------
HTML����������������������������...
다운로드 



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