[Groonga-commit] groonga/groonga-query-log at f7d4b0f [master] groonga-query-log-replay: follow error class change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 27 15:48:31 JST 2017


Kouhei Sutou	2017-09-27 15:48:31 +0900 (Wed, 27 Sep 2017)

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

  Message:
    groonga-query-log-replay: follow error class change

  Modified files:
    lib/groonga/query-log/replayer.rb

  Modified: lib/groonga/query-log/replayer.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/replayer.rb    2017-09-27 14:28:29 +0900 (33ae1da)
+++ lib/groonga/query-log/replayer.rb    2017-09-27 15:48:31 +0900 (7dffe27)
@@ -82,7 +82,7 @@ module Groonga
             end
             begin
               replay_command(client, id, statistic.command)
-            rescue Groonga::Client::Connection::Error
+            rescue Groonga::Client::Error
               # TODO: add error log mechanism
               $stderr.puts(Time.now.iso8601)
               $stderr.puts(statistic.command.original_source)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170927/42cf936e/attachment-0001.htm 



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