[Groonga-commit] droonga/droonga-engine at 2b66f99 [buffered-forward] Fix mismatched method name

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 22 17:27:55 JST 2014


YUKI Hiroshi	2014-12-22 17:27:55 +0900 (Mon, 22 Dec 2014)

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

  Message:
    Fix mismatched method name

  Modified files:
    lib/droonga/forward_buffer.rb

  Modified: lib/droonga/forward_buffer.rb (+2 -2)
===================================================================
--- lib/droonga/forward_buffer.rb    2014-12-22 17:21:33 +0900 (2c3c7e6)
+++ lib/droonga/forward_buffer.rb    2014-12-22 17:27:55 +0900 (372fd0d)
@@ -55,11 +55,11 @@ module Droonga
     end
 
     def start_forward
-      logger.trace("resume: start")
+      logger.trace("start_forward: start")
       Pathname.glob("#{@data_directory}/*#{SUFFIX}").collect do |buffered_message_path|
         output(buffered_message_path)
       end
-      logger.trace("resume: done")
+      logger.trace("start_forward: done")
     end
 
     def empty?
-------------- next part --------------
HTML����������������������������...
Télécharger 



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