Log full paths for wallets
This commit is contained in:
parent
b3a715301a
commit
a4b92e467d
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue