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
FabienPushed on Mar 4 2019, 12:54
Reviewer
Restricted Owners Package
Differential Revision
D2638: Added LogPrintf() calls to indicate state of fCheckpointsEnabled/the -checkpoints option.
Parents
rSTAGINGed234bd3bb18: Fix undefined behavior in rpc/server.cpp
Branches
Unknown
Tags
Unknown
References
tag: phabricator/base/7570, tag: phabricator/base/7569