Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8010 from EOSIO/block-index-log-level
Browse files Browse the repository at this point in the history
Change log level of index write
  • Loading branch information
heifner authored Sep 30, 2019
2 parents 2d68b51 + 1685adf commit 1903798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/block_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ namespace eosio { namespace chain {
buffer[_current_position - _start_of_buffer_position] = pos;
--_current_position;
if ((_block_written & 0xfffff) == 0) { //periodically print a progress indicator
dlog("block: ${block_written} position in file: ${pos}", ("block_written", _block_written)("pos",pos));
ilog("block: ${block_written} position in file: ${pos}", ("block_written", _block_written)("pos",pos));
}
--_block_written;
}
Expand Down

0 comments on commit 1903798

Please sign in to comment.