[Groonga-commit] groonga/fluent-plugin-groonga [master] out: fix a wrong method call

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 26 23:20:04 JST 2012


Kouhei Sutou	2012-11-26 23:20:04 +0900 (Mon, 26 Nov 2012)

  New Revision: 1a08a80ac18533cb1ddcebe5cd5e9b99bcecc327
  https://github.com/groonga/fluent-plugin-groonga/commit/1a08a80ac18533cb1ddcebe5cd5e9b99bcecc327

  Log:
    out: fix a wrong method call
    
    shutdown ->
    stop

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2012-11-25 22:58:00 +0900 (46172d7)
+++ lib/fluent/plugin/out_groonga.rb    2012-11-26 23:20:04 +0900 (7bb0c5f)
@@ -93,7 +93,7 @@ module Fluent
       end
 
       def shutdown
-        @loop.shutdown
+        @loop.stop
         @thread.join if @thread
       end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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