Kouhei Sutou
null+****@clear*****
Mon Apr 2 14:38:22 JST 2018
Kouhei Sutou 2018-04-02 14:38:22 +0900 (Mon, 02 Apr 2018) New Revision: 4d158699e1c892e82fb65bdd16d360bd60e31950 https://github.com/groonga/groonga-query-log/commit/4d158699e1c892e82fb65bdd16d360bd60e31950 Message: check-crash: fix a typo Modified files: lib/groonga-query-log/command/check-crash.rb Modified: lib/groonga-query-log/command/check-crash.rb (+1 -1) =================================================================== --- lib/groonga-query-log/command/check-crash.rb 2018-04-02 14:34:57 +0900 (fe92c0d) +++ lib/groonga-query-log/command/check-crash.rb 2018-04-02 14:38:22 +0900 (6066616) @@ -129,7 +129,7 @@ module GroongaQueryLog puts("Running queries:") parsing_statistics.each do |statistic| puts("#{statistic.start_time.iso8601}:") - puts(statistic.command.to_command_format(pretty_preint: true)) + puts(statistic.command.to_command_format(pretty_print: true)) end end unless @unflushed_statistics.empty? -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180402/a0a8baf5/attachment-0001.htm