Navigation Menu

Skip to content

Commit

Permalink
Align
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent 383b894 commit 0a62058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -69,7 +69,7 @@ def start
@total_n_source_records = nil
get_total_n_source_records do |count|
@total_n_source_records = count
logger.info("#{count} records to be absorbed")
logger.info("#{count} records to be absorbed")
end
logger.info("starting to absorb the source dataset")
@dumper_error_message = dumper.run(dump_options) do |message|
Expand Down

0 comments on commit 0a62058

Please sign in to comment.