Skip to content

Commit 9b7449b

Browse files
committed
Merge pull request #3805
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
2 parents 63e1da9 + 8a6894c commit 9b7449b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ bool AppInit2(boost::thread_group& threadGroup)
593593
// ********************************************************* Step 5: verify wallet database integrity
594594
#ifdef ENABLE_WALLET
595595
if (!fDisableWallet) {
596+
LogPrintf("Using wallet %s\n", strWalletFile);
596597
uiInterface.InitMessage(_("Verifying wallet..."));
597598

598599
if (!bitdb.Open(GetDataDir()))

0 commit comments

Comments
 (0)