mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-03 08:17:50 +00:00
Log to console if an extra core restart is needed to complete the update process (this needed ins some cases after bootstrapping).
This commit is contained in:
parent
7a6b83aa22
commit
c763445e6e
@ -444,6 +444,7 @@ public class Controller extends Thread {
|
|||||||
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
|
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
|
||||||
// Don't allow the node to start if transaction sequences haven't been built yet
|
// Don't allow the node to start if transaction sequences haven't been built yet
|
||||||
// This is needed to handle a case when bootstrapping
|
// This is needed to handle a case when bootstrapping
|
||||||
|
LOGGER.error("Database upgrade needed. Please restart the core to complete the upgrade process.");
|
||||||
Gui.getInstance().fatalError("Database upgrade needed", "Please restart the core to complete the upgrade process.");
|
Gui.getInstance().fatalError("Database upgrade needed", "Please restart the core to complete the upgrade process.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user