[Groonga-commit] droonga/fluent-plugin-droonga at 5b0c6c9 [master] Fix adapter names for watch handler

Back to archive index

Yoji Shidara null+****@clear*****
Fri Oct 11 15:02:51 JST 2013


Yoji Shidara	2013-10-11 15:02:51 +0900 (Fri, 11 Oct 2013)

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

  Message:
    Fix adapter names for watch handler

  Modified files:
    lib/droonga/adapter.rb

  Modified: lib/droonga/adapter.rb (+2 -2)
===================================================================
--- lib/droonga/adapter.rb    2013-10-11 14:51:20 +0900 (9e118b2)
+++ lib/droonga/adapter.rb    2013-10-11 15:02:51 +0900 (d9f07c7)
@@ -63,7 +63,7 @@ module Droonga
     end
 
     command :feed
-    def subscribe(request)
+    def feed(request)
       puts "adapter received #{request}"
       broadcast_all(request)
     end
@@ -75,7 +75,7 @@ module Droonga
     end
 
     command :unwatch
-    def watch(request)
+    def unwatch(request)
       puts "adapter received #{request}"
       broadcast_all(request)
     end
-------------- next part --------------
HTML����������������������������...
Download 



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