Skip to content

Commit 9042a40

Browse files
authored
Merge pull request #2689 from bitshares/release
Merge release branch into testnet branch for test-6.1.2 pre-release for Testnet
2 parents eddb7b8 + fdc27a5 commit 9042a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/plugins/es_objects/es_objects.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void es_objects_plugin_impl::send_bulk_if_ready( bool force )
348348
bool log_by_next = ( docs_sent_total >= next_log_count || fc::time_point::now() >= next_log_time );
349349
if( log_by_next || limit_documents == _options.bulk_replay || force )
350350
{
351-
ilog( "Sending ${n} lines of bulk data to ElasticSearch at block {blk}, "
351+
ilog( "Sending ${n} lines of bulk data to ElasticSearch at block ${blk}, "
352352
"this batch ${b}, total ${t}, approximate size ${s}",
353353
("n",bulk_lines.size())("blk",block_number)
354354
("b",docs_sent_batch)("t",docs_sent_total)("s",approximate_bulk_size) );

0 commit comments

Comments
 (0)