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:
TheCharlatan 2024-10-07 11:11:33 +02:00
parent 720ce880a3
commit 635e9f85d7
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173

View file

@ -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;