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.
This commit is contained in:
parent
334bd22e75
commit
8a6894ca3e
1 changed files with 1 additions and 0 deletions
|
@ -593,6 +593,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||
// ********************************************************* Step 5: verify wallet database integrity
|
||||
#ifdef ENABLE_WALLET
|
||||
if (!fDisableWallet) {
|
||||
LogPrintf("Using wallet %s\n", strWalletFile);
|
||||
uiInterface.InitMessage(_("Verifying wallet..."));
|
||||
|
||||
if (!bitdb.Open(GetDataDir()))
|
||||
|
|
Loading…
Reference in a new issue