[Groonga-commit] droonga/fluent-plugin-droonga at 86cb744 [master] Follow name change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 26 14:29:45 JST 2014


Kouhei Sutou	2014-02-26 14:29:45 +0900 (Wed, 26 Feb 2014)

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

  Message:
    Follow name change
    
    Command ->
    Type
    
    It will make Travis CI green again.

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -2)
===================================================================
--- lib/droonga/dispatcher.rb    2014-02-24 16:09:19 +0900 (b375f65)
+++ lib/droonga/dispatcher.rb    2014-02-26 14:29:45 +0900 (dae9365)
@@ -235,8 +235,7 @@ module Droonga
       distributor.distribute(plan)
     rescue Droonga::UnsupportedMessageError => error
       target_message = error.message
-      raise UnknownCommand.new(target_message["type"],
-                               target_message["dataset"])
+      raise UnknownType.new(target_message["type"], target_message["dataset"])
     end
 
     def assert_valid_message(message)
-------------- next part --------------
HTML����������������������������...
Download 



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