Skip to content

Commit 635e9f8

Browse files
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>
1 parent 720ce88 commit 635e9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/init.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,6 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
16431643
error.original + ".\nPlease restart with -reindex or -reindex-chainstate to recover.",
16441644
"", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT);
16451645
if (!do_retry) {
1646-
LogError("Aborted block database rebuild. Exiting.\n");
16471646
return false;
16481647
}
16491648
do_reindex = true;

0 commit comments

Comments
 (0)