Skip to content

Commit

Permalink
Merge pull request #2689 from bitshares/release
Browse files Browse the repository at this point in the history
Merge release branch into testnet branch for test-6.1.2 pre-release for Testnet
  • Loading branch information
abitmore authored Nov 17, 2022
2 parents eddb7b8 + fdc27a5 commit 9042a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/es_objects/es_objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void es_objects_plugin_impl::send_bulk_if_ready( bool force )
bool log_by_next = ( docs_sent_total >= next_log_count || fc::time_point::now() >= next_log_time );
if( log_by_next || limit_documents == _options.bulk_replay || force )
{
ilog( "Sending ${n} lines of bulk data to ElasticSearch at block {blk}, "
ilog( "Sending ${n} lines of bulk data to ElasticSearch at block ${blk}, "
"this batch ${b}, total ${t}, approximate size ${s}",
("n",bulk_lines.size())("blk",block_number)
("b",docs_sent_batch)("t",docs_sent_total)("s",approximate_bulk_size) );
Expand Down

0 comments on commit 9042a40

Please sign in to comment.