[Groonga-commit] droonga/fluent-plugin-droonga at 368c49b [master] Add invalid value to error message

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 17 13:07:14 JST 2014


Kouhei Sutou	2014-02-17 13:07:14 +0900 (Mon, 17 Feb 2014)

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

  Message:
    Add invalid value to error message

  Modified files:
    lib/droonga/message_matcher.rb

  Modified: lib/droonga/message_matcher.rb (+1 -1)
===================================================================
--- lib/droonga/message_matcher.rb    2014-02-17 13:04:13 +0900 (8072acb)
+++ lib/droonga/message_matcher.rb    2014-02-17 13:07:14 +0900 (4b1f902)
@@ -99,7 +99,7 @@ module Droonga
           target.start_with?(argument)
         end
       else
-        raise ArgumentError, "Unknown operator"
+        raise ArgumentError, "Unknown operator: <#{operator}>"
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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