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.
2 parents 63e1da9 + 8a6894c commit 9b7449bCopy full SHA for 9b7449b
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