[Groonga-commit] groonga/groonga-query-log at d1d34ab [master] Improve message

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 11 15:15:52 JST 2018


Kouhei Sutou	2018-06-11 15:15:52 +0900 (Mon, 11 Jun 2018)

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

  Message:
    Improve message

  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-06-11 14:30:07 +0900 (de29071)
+++ lib/groonga-query-log/command/check-crash.rb    2018-06-11 15:15:52 +0900 (cf38d16)
@@ -147,7 +147,7 @@ module GroongaQueryLog
               end
             end
             unless @unflushed_statistics.empty?
-              puts("Unflushed statistics in #{start.iso8601}/#{last.iso8601}")
+              puts("Unflushed commands in #{start.iso8601}/#{last.iso8601}")
               @unflushed_statistics.each do |statistic|
                 puts("#{statistic.start_time.iso8601}: #{statistic.raw_command}")
               end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180611/d9385893/attachment-0001.htm 



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