Browse Source

Log aborted block database rebuilds

0.10
Michael Ford 11 years ago
parent
commit
664aeb2871
  1. 1
      src/init.cpp

1
src/init.cpp

@ -785,6 +785,7 @@ bool AppInit2(boost::thread_group& threadGroup) @@ -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 {

Loading…
Cancel
Save