diff --git a/src/txdb.cpp b/src/txdb.cpp index c62f51cfc..002f6550b 100644 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -417,6 +417,6 @@ bool CCoinsViewDB::Upgrade() { } db.WriteBatch(batch); uiInterface.SetProgressBreakAction(std::function()); - LogPrintf("[DONE].\n"); + LogPrintf("[%s].\n", ShutdownRequested() ? "CANCELLED" : "DONE"); return true; }