mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
init: Remove misleading log line when user chooses not to retry
It is bad, because it is both printed for non-GUI users and does not convey additional information. Co-authored-by: Martin Zumsande <mzumsande@gmail.com>
This commit is contained in:
parent
720ce880a3
commit
635e9f85d7
1 changed files with 0 additions and 1 deletions
|
@ -1643,7 +1643,6 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
|
|||
error.original + ".\nPlease restart with -reindex or -reindex-chainstate to recover.",
|
||||
"", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT);
|
||||
if (!do_retry) {
|
||||
LogError("Aborted block database rebuild. Exiting.\n");
|
||||
return false;
|
||||
}
|
||||
do_reindex = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue