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 {