Skip to content

Commit b144c96

Browse files
dnotesteinvogel76
authored andcommitted
Update chain_plugin.cpp
1 parent 2d6e1ae commit b144c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/plugins/chain/chain_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ bool chain_plugin_impl::check_data_consistency( const block_read_i& block_reader
819819
}
820820
else
821821
{
822-
wlog( "Replaying is not finished. Synchronization is not allowed. { \"block_log-head\": ${b1}, \"state-head\": ${b2} }", ( "b1", head_block_num_origin )( "b2", head_block_num_state ) );
822+
elog( "Error: Headblock and statefile are inconsistent, need to start hived with --replay-blockchain. Aborting hived! { \"block_log-head\": ${b1}, \"state-head\": ${b2} }", ( "b1", head_block_num_origin )( "b2", head_block_num_state ) );
823823
theApp.generate_interrupt_request();
824824
return false;
825825
}

0 commit comments

Comments
 (0)