Log starting block number of replay
This commit is contained in:
parent
a0052d4bd3
commit
3bee3f29a2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ void database::reindex( fc::path data_dir )
|
||||||
uint32_t flush_point = last_block_num - 10000;
|
uint32_t flush_point = last_block_num - 10000;
|
||||||
uint32_t undo_point = last_block_num - 50;
|
uint32_t undo_point = last_block_num - 50;
|
||||||
|
|
||||||
ilog( "Replaying blocks..." );
|
ilog( "Replaying blocks, starting at ${next}...", ("next",head_block_num() + 1) );
|
||||||
if( head_block_num() >= undo_point )
|
if( head_block_num() >= undo_point )
|
||||||
_fork_db.start_block( *fetch_block_by_number( head_block_num() ) );
|
_fork_db.start_block( *fetch_block_by_number( head_block_num() ) );
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue