[Groonga-commit] groonga/groonga-query-log at 4dff11d [master] Use command_name

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Sep 10 11:20:45 JST 2016


Kouhei Sutou	2016-09-10 11:20:45 +0900 (Sat, 10 Sep 2016)

  New Revision: 4dff11d47dfe44cdbadf8a1c13e28459cddaf281
  https://github.com/groonga/groonga-query-log/commit/4dff11d47dfe44cdbadf8a1c13e28459cddaf281

  Message:
    Use command_name

  Modified files:
    lib/groonga/query-log/server-verifier.rb

  Modified: lib/groonga/query-log/server-verifier.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/server-verifier.rb    2016-09-10 11:19:43 +0900 (d593a24)
+++ lib/groonga/query-log/server-verifier.rb    2016-09-10 11:20:45 +0900 (9ba8bf0)
@@ -102,7 +102,7 @@ module Groonga
       end
 
       def target_command?(command)
-        @options.target_command_name?(command.name)
+        @options.target_command_name?(command.command_name)
       end
 
       def verify_command(groonga1_client, groonga2_client, command)
-------------- next part --------------
HTML����������������������������...
下载 



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