[Groonga-commit] droonga/fluent-plugin-droonga at 2886ad8 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 24 19:09:18 JST 2013


Kouhei Sutou	2013-12-24 19:09:18 +0900 (Tue, 24 Dec 2013)

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

  Message:
    Fix a typo
    
    message_puller   ->
    message_receiver
            ^^^^^^^^

  Modified files:
    lib/droonga/message_receiver.rb

  Modified: lib/droonga/message_receiver.rb (+1 -1)
===================================================================
--- lib/droonga/message_receiver.rb    2013-12-24 19:08:19 +0900 (a279ab0)
+++ lib/droonga/message_receiver.rb    2013-12-24 19:09:18 +0900 (bc7f2fc)
@@ -55,7 +55,7 @@ module Droonga
     end
 
     def log_tag
-      "message_puller"
+      "message_receiver"
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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