From 664aeb287124414da0141fd8f9e7d07b16af26a3 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Tue, 25 Jun 2013 23:54:17 +0800 Subject: [PATCH] Log aborted block database rebuilds --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.cpp b/src/init.cpp index e88055bde..44477081b 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -785,6 +785,7 @@ bool AppInit2(boost::thread_group& threadGroup) fReindex = true; fRequestShutdown = false; } else { + printf("Aborted block database rebuild. Exiting.\n"); return false; } } else { -- 2.11.4.GIT