Skip to content

Commit 8a6894c

Browse files
committed
Log which wallet is used during init
Now that the wallet can be selected using -wallet it is important to log which wallet is being used for later troubleshooting.
1 parent 334bd22 commit 8a6894c

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)