Browse Source

Merge pull request #2795 from fanquake/log_aborted_rebuilds

Log aborted block database rebuilds
try
Jeff Garzik 11 years ago
parent
commit
0a740650a5
  1. 1
      src/init.cpp

1
src/init.cpp

@ -785,6 +785,7 @@ bool AppInit2(boost::thread_group& threadGroup)
fReindex = true; fReindex = true;
fRequestShutdown = false; fRequestShutdown = false;
} else { } else {
printf("Aborted block database rebuild. Exiting.\n");
return false; return false;
} }
} else { } else {

Loading…
Cancel
Save