Skip to content

Commit a4b92e4

Browse files
committed
Log full paths for wallets
1 parent b3a7153 commit a4b92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/db.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ bool BerkeleyBatch::VerifyEnvironment(const fs::path& file_path, std::string& er
389389
fs::path walletDir = env->Directory();
390390

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

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

0 commit comments

Comments
 (0)