[Groonga-commit] droonga/fluent-plugin-droonga at cc730eb [master] Output database name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 13 16:19:13 JST 2014


YUKI Hiroshi	2014-02-13 16:19:13 +0900 (Thu, 13 Feb 2014)

  New Revision: cc730ebc1c1dacd771f1fd6caccc6731474611ec
  https://github.com/droonga/fluent-plugin-droonga/commit/cc730ebc1c1dacd771f1fd6caccc6731474611ec

  Message:
    Output database name

  Modified files:
    lib/droonga/handler_runner.rb

  Modified: lib/droonga/handler_runner.rb (+2 -1)
===================================================================
--- lib/droonga/handler_runner.rb    2014-02-13 16:15:09 +0900 (6abc812)
+++ lib/droonga/handler_runner.rb    2014-02-13 16:19:13 +0900 (8030ced)
@@ -74,7 +74,8 @@ module Droonga
         @context = Groonga::Context.new
         @database =****@conte*****_database(@database_name)
       end
-      $log.debug("#{self.class.name}: activating plugins: #{@options[:plugins].join(", ")}")
+      $log.debug("#{self.class.name}: activating plugins for #{@database_name}: " +
+                   "#{@options[:plugins].join(", ")}")
       @handler_classes = Handler.find_sub_classes(@options[:plugins] || [])
       $log.debug("#{self.class.name}: activated:\n#{@handler_classes.join("\n")}")
       @forwarder = Forwarder.new(@loop)
-------------- next part --------------
HTML����������������������������...
Download 



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