HomePhabricator

Added LogPrintf() calls to indicate state of fCheckpointsEnabled/the…

Description

Added LogPrintf() calls to indicate state of fCheckpointsEnabled/the -checkpoints option.

Summary: Added LogPrintf() statements to indicate whether -checkpoints is set to on or off.

Test Plan:
ibd.sh -checkpoints=0 should output a line to debug.log stating checkpoints will not be verified.
ibd.sh -checkpoints=1 should output a line to debug.log stating checkpoints will be verified.

Reviewers: jasonbcox, Fabien, deadalnix, O1 Bitcoin ABC, #bitcoin_abc

Reviewed By: deadalnix, O1 Bitcoin ABC, #bitcoin_abc

Subscribers: teamcity, schancel

Differential Revision: https://reviews.bitcoinabc.org/D2638

Details

Provenance
nakihitoAuthored on Mar 2 2019, 02:17
nakihitoPushed on Mar 3 2019, 19:58
Reviewer
Restricted Owners Package
Differential Revision
D2638: Added LogPrintf() calls to indicate state of fCheckpointsEnabled/the -checkpoints option.
Parents
rABCed234bd3bb18: Fix undefined behavior in rpc/server.cpp
Branches
Unknown
Tags
Unknown

Event Timeline

Nico Guiton <nico@bitframe.org> committed rABC6263d03ce756: Added LogPrintf() calls to indicate state of fCheckpointsEnabled/the… (authored by Nico Guiton <nico@bitframe.org>).Mar 3 2019, 19:57