[Groonga-commit] groonga/groonga-query-log at 8964c51 [master] Remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 3 14:15:00 JST 2013


Kouhei Sutou	2013-10-03 14:15:00 +0900 (Thu, 03 Oct 2013)

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

  Message:
    Remove unused code

  Modified files:
    lib/groonga/query-log/memory-leak-detector.rb

  Modified: lib/groonga/query-log/memory-leak-detector.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/memory-leak-detector.rb    2013-10-03 14:14:05 +0900 (3a6096f)
+++ lib/groonga/query-log/memory-leak-detector.rb    2013-10-03 14:15:00 +0900 (078290b)
@@ -37,7 +37,7 @@ module Groonga
             rescue Groonga::Client::Connection::Error
               # TODO: add error log mechanism
               $stderr.puts(Time.now.iso8601)
-              $stderr.puts(statistic.command.original_source)
+              $stderr.puts(command.original_source)
               $stderr.puts($!.raw_error.message)
               $stderr.puts($!.raw_error.backtrace)
             end
-------------- next part --------------
HTML����������������������������...
Download 



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