diff options
author | kenshi84 <kenshi84@protonmail.ch> | 2017-01-23 11:44:06 +0900 |
---|---|---|
committer | kenshi84 <kenshi84@protonmail.ch> | 2017-01-23 11:44:06 +0900 |
commit | feed6175ea772533df3ee91858a86c976e6b274c (patch) | |
tree | f1e75af3dd5eaff65229fd86874ac900ab21c035 /src/wallet/wallet_args.cpp | |
parent | Merge pull request #1599 (diff) | |
download | monero-feed6175ea772533df3ee91858a86c976e6b274c.tar.xz |
fixed typo: monero-wallet-cli,log
Diffstat (limited to 'src/wallet/wallet_args.cpp')
-rw-r--r-- | src/wallet/wallet_args.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_args.cpp b/src/wallet/wallet_args.cpp index 7ec4ad6e4..b7a4532fd 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()) { |