Log full paths for wallets

This commit is contained in:
Hennadii Stepanov 2019-02-03 21:31:52 +02:00
parent b3a715301a
commit a4b92e467d
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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))