[Groonga-commit] droonga/droonga-engine at 88db42c [master] Fix mismatched method name to stop file observer

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 23 16:16:40 JST 2015


YUKI Hiroshi	2015-04-23 16:16:40 +0900 (Thu, 23 Apr 2015)

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

  Message:
    Fix mismatched method name to stop file observer

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+1 -1)
===================================================================
--- lib/droonga/engine.rb    2015-04-23 16:13:33 +0900 (7be48e0)
+++ lib/droonga/engine.rb    2015-04-23 16:16:40 +0900 (3041d5c)
@@ -83,7 +83,7 @@ module Droonga
         logger.trace("stop_gracefully/on_finish: start")
         @dispatcher.stop_gracefully do
           @state.shutdown
-          @export_last_processed_message_timestamp_observer.shutdown
+          @export_last_processed_message_timestamp_observer.stop
           export_last_processed_message_timestamp
           yield
         end
-------------- next part --------------
HTML����������������������������...
Download 



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