[Groonga-commit] groonga/groonga-query-log at 7ddbb9c [master] Catch all exceptions

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 14 16:19:38 JST 2015


Kouhei Sutou	2015-08-14 16:19:38 +0900 (Fri, 14 Aug 2015)

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

  Message:
    Catch all exceptions

  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    2015-08-14 16:19:22 +0900 (0401633)
+++ lib/groonga/query-log/server-verifier.rb    2015-08-14 16:19:38 +0900 (3b78ca2)
@@ -76,7 +76,7 @@ module Groonga
               begin
                 verify_command(groonga1_client, groonga2_client,
                                statistic.command)
-              rescue Groonga::Client::Error
+              rescue
                 log_client_error($!) do
                   $stderr.puts(statistic.command.original_source)
                 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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