Kouhei Sutou
null+****@clear*****
Sat Mar 15 22:39:50 JST 2014
Kouhei Sutou 2014-03-15 22:39:50 +0900 (Sat, 15 Mar 2014) New Revision: 8ddf489a272304c1c44ba77c6579d61cad43e3f5 https://github.com/groonga/groonga-query-log/commit/8ddf489a272304c1c44ba77c6579d61cad43e3f5 Message: Follow groonga-client change Modified files: lib/groonga/query-log/server-verifier.rb Modified: lib/groonga/query-log/server-verifier.rb (+2 -2) =================================================================== --- lib/groonga/query-log/server-verifier.rb 2014-02-09 13:01:07 +0900 (07cf76b) +++ lib/groonga/query-log/server-verifier.rb 2014-03-15 22:39:50 +0900 (41d94b5) @@ -64,7 +64,7 @@ module Groonga loop do break if run_consumer end - rescue Groonga::Client::Connection::Error + rescue Groonga::Client::Protocol::Error # TODO: add error log mechanism $stderr.puts(Time.now.iso8601) $stderr.puts($!.raw_error.message) @@ -83,7 +83,7 @@ module Groonga begin verify_command(groonga1_client, groonga2_client, statistic.command) - rescue Groonga::Client::Connection::Error + rescue Groonga::Client::Protocol::Error # TODO: add error log mechanism $stderr.puts(Time.now.iso8601) $stderr.puts(statistic.command.original_source) -------------- next part -------------- HTML����������������������������...Download