[Groonga-commit] groonga/fluent-plugin-kotoumi [master] Require at the top level

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 30 16:47:02 JST 2013


Kouhei Sutou	2013-01-30 16:47:02 +0900 (Wed, 30 Jan 2013)

  New Revision: 0156960e7830f67a5edc3c8a0c37c28bbf949714
  https://github.com/groonga/fluent-plugin-kotoumi/commit/0156960e7830f67a5edc3c8a0c37c28bbf949714

  Log:
    Require at the top level

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

  Modified: lib/fluent/plugin/out_kotoumi.rb (+1 -2)
===================================================================
--- lib/fluent/plugin/out_kotoumi.rb    2013-01-28 12:35:50 +0900 (e01dece)
+++ lib/fluent/plugin/out_kotoumi.rb    2013-01-30 16:47:02 +0900 (15a0f47)
@@ -16,13 +16,12 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require 'SocketIO'
+require 'kotoumi/worker'
 
 module Fluent
   class KotoumiOutput < Output
     Plugin.register_output('kotoumi', self)
 
-    require 'kotoumi/worker'
-
     config_param :database, :string, :default => "kotoumi.db"
     config_param :queuename, :string, :default => "KotoumiQueue"
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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