Navigation Menu

Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2018
1 parent 037f031 commit d1d34ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga-query-log/command/check-crash.rb
Expand Up @@ -147,7 +147,7 @@ def check
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
Expand Down

0 comments on commit d1d34ab

Please sign in to comment.