From feed6175ea772533df3ee91858a86c976e6b274c Mon Sep 17 00:00:00 2001 From: kenshi84 Date: Mon, 23 Jan 2017 11:44:06 +0900 Subject: [PATCH] fixed typo: monero-wallet-cli,log --- src/wallet/wallet_args.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet_args.cpp b/src/wallet/wallet_args.cpp index 7ec4ad6e..b7a4532f 100644 --- a/src/wallet/wallet_args.cpp +++ b/src/wallet/wallet_args.cpp @@ -137,7 +137,7 @@ namespace wallet_args if (!vm["log-file"].defaulted()) log_path = command_line::get_arg(vm, arg_log_file); else - log_path = mlog_get_default_log_path("monero-wallet-cli,log"); + log_path = mlog_get_default_log_path("monero-wallet-cli.log"); mlog_configure(log_path, false); if (!vm["log-level"].defaulted()) {