Merge pull request #2795 from fanquake/log_aborted_rebuilds

Log aborted block database rebuilds
This commit is contained in:
Jeff Garzik 2013-07-22 08:32:59 -07:00
commit 0a740650a5
1 changed files with 1 additions and 0 deletions

View File

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