[Groonga-commit] groonga/fluent-plugin-groonga at 6017f5e [master] in: call super explicitly to suppress warnings on Fluentd 0.14

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 5 11:59:22 JST 2016


Kouhei Sutou	2016-06-05 11:59:22 +0900 (Sun, 05 Jun 2016)

  New Revision: 6017f5e7671354cf6f793323d1e7ff702a870d71
  https://github.com/groonga/fluent-plugin-groonga/commit/6017f5e7671354cf6f793323d1e7ff702a870d71

  Message:
    in: call super explicitly to suppress warnings on Fluentd 0.14

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

  Modified: lib/fluent/plugin/in_groonga.rb (+2 -0)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2016-06-05 11:54:32 +0900 (305e9a3)
+++ lib/fluent/plugin/in_groonga.rb    2016-06-05 11:59:22 +0900 (f8bf014)
@@ -56,10 +56,12 @@ module Fluent
     end
 
     def start
+      super
       @input.start
     end
 
     def shutdown
+      super
       @input.shutdown
     end
 
-------------- next part --------------
HTML����������������������������...
下載 



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