Kouhei Sutou
null+****@clear*****
Wed Feb 20 15:33:19 JST 2013
Kouhei Sutou 2013-02-20 15:33:19 +0900 (Wed, 20 Feb 2013) New Revision: 76ec9fb3bcc119889e40aa3ac960af7384b10255 https://github.com/groonga/fluent-plugin-groonga/commit/76ec9fb3bcc119889e40aa3ac960af7384b10255 Log: Fix wrong key... Should we validate key at GQTP side? Modified files: lib/fluent/plugin/out_groonga.rb Modified: lib/fluent/plugin/out_groonga.rb (+1 -1) =================================================================== --- lib/fluent/plugin/out_groonga.rb 2013-01-18 17:15:33 +0900 (f2eb3fd) +++ lib/fluent/plugin/out_groonga.rb 2013-02-20 15:33:19 +0900 (6a25945) @@ -192,7 +192,7 @@ module Fluent end def send(command) - @client ||= GQTP::Client.new(:host => @host, + @client ||= GQTP::Client.new(:address => @host, :port => @port, :connection => :coolio, :loop => @loop) -------------- next part -------------- HTML����������������������������...Descargar