aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-03-07 07:51:39 +0100
committerWladimir J. van der Laan <[email protected]>2014-03-07 07:51:53 +0100
commit9b7449bae6c9bb50c95add71a4414c355f5d6bc1 (patch)
tree62e6786c777fa3926e9fee7ccea8deb66edfefdf /src/init.cpp
parentMerge pull request #3809 (diff)
parentLog which wallet is used during init (diff)
downloaddiscoin-9b7449bae6c9bb50c95add71a4414c355f5d6bc1.tar.xz
discoin-9b7449bae6c9bb50c95add71a4414c355f5d6bc1.zip
Merge pull request #3805
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 4cc18800a..372f5db29 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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()))