Skip to content

Commit

Permalink
Update snapsync logging for clearer status. Issue 4346. (hyperledger#…
Browse files Browse the repository at this point in the history
…4347)

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>

Signed-off-by: Matt Nelson <matt.nelson@consensys.net>
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
non-fungible-nelson authored and garyschulte committed Sep 7, 2022
1 parent 15d2d10 commit ce9d44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void print(final boolean isHeal) {
public void notifySnapSyncCompleted() {
final Duration duration = Duration.ofMillis(System.currentTimeMillis() - startSyncTime);
LOG.info(
"Finished snapsync with nodes {} (healed={}) duration {}{}:{},{}",
"Finished worldstate snapsync with nodes {} (healed={}) duration {}{}:{},{}. Sync block import still in progress...",
nbNodesGenerated.addAndGet(nbNodesHealed.get()),
nbNodesHealed,
duration.toHoursPart() > 0 ? (duration.toHoursPart() + ":") : "",
Expand Down

0 comments on commit ce9d44f

Please sign in to comment.