[Groonga-commit] droonga/fluent-plugin-droonga at 911cd77 [master] Fix trace log message to represent its method name

Back to archive index

Yoji Shidara null+****@clear*****
Mon Dec 9 15:00:12 JST 2013


Yoji Shidara	2013-12-09 15:00:12 +0900 (Mon, 09 Dec 2013)

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

  Message:
    Fix trace log message to represent its method name

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+2 -2)
===================================================================
--- lib/droonga/forwarder.rb    2013-12-09 14:18:15 +0900 (1769664)
+++ lib/droonga/forwarder.rb    2013-12-09 15:00:12 +0900 (8614e02)
@@ -33,12 +33,12 @@ module Droonga
     end
 
     def forward(envelope, body, destination)
-      $log.trace("#{log_tag}: post: start")
+      $log.trace("#{log_tag}: forward: start")
       command = destination["type"]
       receiver = destination["to"]
       arguments = destination["arguments"]
       output(receiver, envelope, body, command, arguments)
-      $log.trace("#{log_tag}: post: done")
+      $log.trace("#{log_tag}: forward: done")
     end
 
     private
-------------- next part --------------
HTML����������������������������...
Download 



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