We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334bd22 commit 8a6894cCopy full SHA for 8a6894c
src/init.cpp
@@ -593,6 +593,7 @@ bool AppInit2(boost::thread_group& threadGroup)
593
// ********************************************************* Step 5: verify wallet database integrity
594
#ifdef ENABLE_WALLET
595
if (!fDisableWallet) {
596
+ LogPrintf("Using wallet %s\n", strWalletFile);
597
uiInterface.InitMessage(_("Verifying wallet..."));
598
599
if (!bitdb.Open(GetDataDir()))
0 commit comments