Skip to content

Commit

Permalink
Log full paths for wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 12, 2019
1 parent b3a7153 commit a4b92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ bool BerkeleyBatch::VerifyEnvironment(const fs::path& file_path, std::string& er
fs::path walletDir = env->Directory();

LogPrintf("Using BerkeleyDB version %s\n", DbEnv::version(nullptr, nullptr, nullptr));
LogPrintf("Using wallet %s\n", walletFile);
LogPrintf("Using wallet %s\n", file_path.string());

// Wallet file must be a plain filename without a directory
if (walletFile != fs::basename(walletFile) + fs::extension(walletFile))
Expand Down

0 comments on commit a4b92e4

Please sign in to comment.