Skip to content

Commit

Permalink
added logging changes
Browse files Browse the repository at this point in the history
Signed-off-by: Karim TAAM <[email protected]>
  • Loading branch information
non-fungible-nelson authored and matkt committed Feb 1, 2023
1 parent e5d62cc commit 1311342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public boolean healWorldState(
stop();
fastSyncDownloader.get().deleteFastSyncState();
}
LOG.info("Starting the state healing");
LOG.info("#########################################\n\nBesu has identified a problem with its worldstate database. Your node will fetch the correct data from peers to repair the problem. Starting the sync pipeline...\n\n#########################################");
this.syncState.markInitialSyncRestart();
this.syncState.markResyncNeeded();
maybeAccountToRepair.ifPresent(
Expand Down

0 comments on commit 1311342

Please sign in to comment.