mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-03 18:54:38 +00:00
Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade
This commit is contained in:
parent
83fbea3f25
commit
542ce6e246
@ -417,6 +417,6 @@ bool CCoinsViewDB::Upgrade() {
|
||||
}
|
||||
db.WriteBatch(batch);
|
||||
uiInterface.SetProgressBreakAction(std::function<void(void)>());
|
||||
LogPrintf("[DONE].\n");
|
||||
LogPrintf("[%s].\n", ShutdownRequested() ? "CANCELLED" : "DONE");
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user