diff options
| author | Michael Ford <[email protected]> | 2013-06-25 23:54:17 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2013-06-25 23:54:17 +0800 |
| commit | 664aeb287124414da0141fd8f9e7d07b16af26a3 (patch) | |
| tree | ed7f0ab960c14ea9888c333842fa98c2f4028cd6 /src/init.cpp | |
| parent | Truncate oversize 'tx' messages before relaying/storing. (diff) | |
| download | discoin-664aeb287124414da0141fd8f9e7d07b16af26a3.tar.xz discoin-664aeb287124414da0141fd8f9e7d07b16af26a3.zip | |
Log aborted block database rebuilds
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |