[Groonga-commit] groonga/groonga-query-log at e7bb1af [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 7 16:11:54 JST 2014


Kouhei Sutou	2014-01-07 16:11:54 +0900 (Tue, 07 Jan 2014)

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

  Message:
    Fix a typo
    
    original_format ->
    original_source
             ^^^^^^

  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    2014-01-07 15:12:03 +0900 (b34f5b7)
+++ lib/groonga/query-log/server-verifier.rb    2014-01-07 16:11:54 +0900 (efb5bbc)
@@ -119,7 +119,7 @@ module Groonga
 
       def report_result(output, result)
         command, response1, response2 = result
-        output.puts("command: #{command.original_format}")
+        output.puts("command: #{command.original_source}")
         output.puts("response1: #{response1.body}")
         output.puts("response2: #{response2.body}")
       end
-------------- next part --------------
HTML����������������������������...
Download 



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